X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=perl-module%2Fautomake.mk;h=93b9bc0ec1887459c7f6e6212665e585a9e75a6f;hb=c9ae1257ff1983917d2d39de53c743ae72ba16ee;hp=becee71b18c310d1c9302204b4399ef88d191931;hpb=7dbe34c72ee7084c3fbfc2d7c8a579cefa3d836b;p=pspp-builds.git diff --git a/perl-module/automake.mk b/perl-module/automake.mk index becee71b..93b9bc0e 100644 --- a/perl-module/automake.mk +++ b/perl-module/automake.mk @@ -31,12 +31,12 @@ 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) - if test x"$(top_builddir)" != x"$(top_srcdir)" ; then \ +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` ;\ mkdir -p $$destdir ;\