X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=perl-module%2Fautomake.mk;h=9527dbbd528feffd755b908c6ff892e554a6cc94;hb=64322c8ee0af7bf5ecc825ccc90513118732f335;hp=0b6c1e0879e59576a676b54e00a0494b792b5f00;hpb=deb4fd96c0c171fc8eb64f7f1e7f5c2af4931416;p=pspp-builds.git diff --git a/perl-module/automake.mk b/perl-module/automake.mk index 0b6c1e08..9527dbbd 100644 --- a/perl-module/automake.mk +++ b/perl-module/automake.mk @@ -33,7 +33,7 @@ perl-module/PSPP-Perl-$(VERSION).tar.gz: $(module_sources) cd perl-module && $(MAKE) $(AM_MAKEFLAGS) tardist PHONY += module-make -module-make: perl-module/Makefile +module-make: perl-module/Makefile src/libpspp-core.la cd perl-module && $(MAKE) $(AM_MAKEFLAGS) all-local: @@ -55,7 +55,7 @@ check-local: clean-local: - cd perl-module && $(MAKE) $(AM_MAKEFLAGS) clean + cd perl-module && $(MAKE) $(AM_MAKEFLAGS) clean || true if test x"$(top_builddir)" != x"$(top_srcdir)" ; then \ $(RM) $(module_sources) ; \ fi