From: cristy Date: Tue, 2 Apr 2013 20:08:04 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~3965 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fba3776a9b7be2b90e664986c0ab4a76625e9046;p=imagemagick --- diff --git a/PerlMagick/Makefile.am b/PerlMagick/Makefile.am index 51a4e74e9..96783df46 100644 --- a/PerlMagick/Makefile.am +++ b/PerlMagick/Makefile.am @@ -19,10 +19,10 @@ # If source files missing, see if they can be obtained via VPATH # $(PERLMAGICK)/quantum/@MAGICK_ABI_SUFFIX@.xs: $(PERLMAGICK)/quantum/quantum.xs - $(AM_V_GEN) $(LN_S) $(notdir $^) $@ + $(AM_V_GEN) $(LN_S) quantum.xs $@ $(PERLMAGICK)/quantum/@MAGICK_ABI_SUFFIX@.pm: $(PERLMAGICK)/quantum/quantum.pm - $(AM_V_GEN) $(LN_S) $(notdir $^) $@ + $(AM_V_GEN) $(LN_S) quantum.pm $@ perl-quantum-sources: $(PERLMAGICK)/quantum/@MAGICK_ABI_SUFFIX@.xs $(PERLMAGICK)/quantum/@MAGICK_ABI_SUFFIX@.pm