Correct makefile dependencies for perl module
authorJohn Darrington <john@darrington.wattle.id.au>
Tue, 22 Jun 2010 12:39:56 +0000 (14:39 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Tue, 22 Jun 2010 12:39:56 +0000 (14:39 +0200)
perl-module/automake.mk

index b689fd19ebdfeb2b36bc3f109166c2bd24bfb90c..11dcf55d88d94de3c50883721509f2f38827ec3f 100644 (file)
@@ -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