From: John Darrington Date: Tue, 22 Jun 2010 12:39:56 +0000 (+0200) Subject: Correct makefile dependencies for perl module X-Git-Tag: sav-api~177 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp;a=commitdiff_plain;h=980fb03c93a1eaa153dc05d9edb620e0e7018235 Correct makefile dependencies for perl module --- diff --git a/perl-module/automake.mk b/perl-module/automake.mk index b689fd19eb..11dcf55d88 100644 --- a/perl-module/automake.mk +++ b/perl-module/automake.mk @@ -26,7 +26,7 @@ perl-module/pspp-module-config: Makefile perl-module/Makefile: perl-module/Makefile.PL perl-module/pspp-module-config cd perl-module && $(PERL) Makefile.PL PREFIX=$(prefix) -perl-module/PSPP-Perl-$(VERSION_FOR_PERL).tar.gz: $(module_sources) +perl-module/PSPP-Perl-$(VERSION_FOR_PERL).tar.gz: $(module_sources) perl-module/Makefile rm -f $@ cd perl-module && $(MAKE) $(AM_MAKEFLAGS) tardist