]> granicus.if.org Git - imagemagick/blobdiff - PerlMagick/Makefile.am
(no commit message)
[imagemagick] / PerlMagick / Makefile.am
index c451b9fd35a52e6bc4d9e2f7172907705cce25d4..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
@@ -26,14 +26,6 @@ perl-sources:
        fi ; \
        touch perl-sources
 
-$(top_srcdir)/$(PERLMAGICK)/Magick.pm : $(PERLMAGICK)/Magick.pm
-  @if test -n "$(VPATH)" ; then \
-      echo "Updating  $(PERLMAGICK)/Magick.pm ..." ; \
-      cp $(PERLMAGICK)/Magick.pm $(top_srcdir)/$(PERLMAGICK)/Magick.pm ; \
-  fi
-
-PERLMAGICK_MAINTAINER_TARGETS=$(top_srcdir)/$(PERLMAGICK)/Magick.pm
-
 if WITH_PERL
 
 PERLMAGICK=PerlMagick
@@ -58,8 +50,7 @@ $(PERLMAKEFILE): perl-sources $(MAGICKCORE_LIBS) $(MAGICKWAND_LIBS) $(PERLMAKEMA
 
 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