X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=perl-module%2Fautomake.mk;h=ca27abdd39fbf45dd1e3baaba316ee8a49dec8d8;hb=a18f273584d09ca309c2cc983027fa444a6f488e;hp=becee71b18c310d1c9302204b4399ef88d191931;hpb=f55c8681111b3a5642dd15ae7baef80cb135b669;p=pspp-builds.git diff --git a/perl-module/automake.mk b/perl-module/automake.mk index becee71b..ca27abdd 100644 --- a/perl-module/automake.mk +++ b/perl-module/automake.mk @@ -31,11 +31,11 @@ perl-module/PSPP-Perl-$(VERSION_FOR_PERL).tar.gz: $(module_sources) perl-module/ cd perl-module && $(MAKE) $(AM_MAKEFLAGS) tardist PHONY += module-make -module-make: perl-module/Makefile src/libpspp-core.la +module-make: perl-module/Makefile cd perl-module && $(MAKE) $(AM_MAKEFLAGS) ALL_LOCAL += perl_module_tarball -perl_module_tarball: $(module_sources) +perl_module_tarball: $(module_sources) src/libpspp-core.la if test x"$(top_builddir)" != x"$(top_srcdir)" ; then \ for f in $(module_sources); do \ destdir=`dirname $$f` ;\