]> granicus.if.org Git - imagemagick/blobdiff - PerlMagick/Makefile.am
(no commit message)
[imagemagick] / PerlMagick / Makefile.am
index 9160a9d8582450cf8a5b8bbbba00acf279b97bb8..f9e346a7d4e71ce1e345b2865235d10e4a5e8aa4 100644 (file)
@@ -1,4 +1,4 @@
-#  Copyright 1999-2010 ImageMagick Studio LLC, a non-profit organization
+#  Copyright 1999-2011 ImageMagick Studio LLC, a non-profit organization
 #  dedicated to making software imaging solutions freely available.
 #
 #  You may not use this file except in compliance with the License.  You may
@@ -43,13 +43,14 @@ PERLMAGICK_TESTS = PerlMagick/check.sh
 
 if WITH_PERL_DYNAMIC
 
+PERLMAGICK_CHECKSCRIPTS =
+
 $(PERLMAKEFILE): perl-sources $(MAGICKCORE_LIBS) $(MAGICKWAND_LIBS) $(PERLMAKEMAKER)
        cd $(PERLMAGICK) && @PERL@ Makefile.PL $(PERL_MAKE_OPTIONS)
 
 install-exec-perl: $(PERLMAKEFILE)
        ( cd $(PERLMAGICK) && $(MAKE) CC='@CC@' && \
-       $(MAKE) CC='@CC@' install && \
-       $(MAKE) clean && rm -f  Makefile.old )
+       $(MAKE) CC='@CC@' install )
 
 all-perl: perl-sources