projects
/
imager.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d75a4e1
)
add generated .c files to make clean
author
Tony Cook
<tony@develop=help.com>
Tue, 12 Sep 2006 04:19:09 +0000
(
04:19
+0000)
committer
Tony Cook
<tony@develop=help.com>
Tue, 12 Sep 2006 04:19:09 +0000
(
04:19
+0000)
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index 28e2fb7fa0967ee5d053c0d5612af122ec8d7230..b7f54583747672c4aa2ab91bee7392a24882d3de 100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-169,7
+169,7
@@
my %opts=(
'DEFINE' => "$OSDEF $CFLAGS",
'INC' => "$lib_cflags $DFLAGS $F_INC",
'OBJECT' => join(' ', @objs, $F_OBJECT),
- clean => { FILES=>'testout meta.tmp' },
+ clean => { FILES=>'testout meta.tmp
rubthru.c scale.c
' },
PM => gen_PM(),
);