X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=perl-module%2Fautomake.mk;h=4450112039e0877230631d1f5a777aaee8fcd70b;hb=99bafccc08919a5d640cb35962c4d730a2cad3a1;hp=0b6c1e0879e59576a676b54e00a0494b792b5f00;hpb=deb4fd96c0c171fc8eb64f7f1e7f5c2af4931416;p=pspp-builds.git diff --git a/perl-module/automake.mk b/perl-module/automake.mk index 0b6c1e08..44501120 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: @@ -54,13 +54,15 @@ check-local: LANG=C LD_LIBRARY_PATH=$$llp sh -c "cd perl-module && $(MAKE) $(AM_MAKEFLAGS) test" -clean-local: - cd perl-module && $(MAKE) $(AM_MAKEFLAGS) clean +perl_module_CLEAN: + cd perl-module && $(MAKE) $(AM_MAKEFLAGS) clean || true if test x"$(top_builddir)" != x"$(top_srcdir)" ; then \ $(RM) $(module_sources) ; \ fi $(RM) perl-module/Makefile.old +CLEAN_LOCAL += perl_module_CLEAN + CLEANFILES += \ perl-module/PSPP-Perl-$(VERSION).tar.gz \ perl-module/pspp-module-config \