From: Tony Cook Date: Wed, 16 May 2001 10:52:22 +0000 (+0000) Subject: remove testout on make clean X-Git-Tag: Imager-0.48^2~629 X-Git-Url: http://git.imager.perl.org/imager.git/commitdiff_plain/de2b8bae42cec60d70255f2755932ddb54b2462e remove testout on make clean --- diff --git a/Changes b/Changes index e9add00e..02e4348c 100644 --- a/Changes +++ b/Changes @@ -410,6 +410,7 @@ Revision history for Perl extension Imager. in gif). - several fixes to i_readgif_low() - Fixed crop() method so that it is consistent with documentation. + - make clean now removes the testout directory ~~~~~~~~~~~~~^ ^ ^~~~~~~~~~~~~~ diff --git a/Makefile.PL b/Makefile.PL index 27ac85a7..796185fc 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -70,7 +70,8 @@ if (defined $Config{'d_dlsymun'}) { $OSDEF .= ' -DDLSYMUN'; } 'LIBS' => "$LFLAGS -lm $OSLIBS $F_LIBS", 'DEFINE' => "$F_DEFINE $EXTDEF $OSDEF $CFLAGS", 'INC' => "$DFLAGS $F_INC", - 'OBJECT' => join(' ', @objs, $F_OBJECT) + 'OBJECT' => join(' ', @objs, $F_OBJECT), + clean => { FILES=>'testout' }, ); if ($] ge '5.005') {