X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=perl-module%2Fautomake.mk;h=0b6c1e0879e59576a676b54e00a0494b792b5f00;hb=d7b26a11b4cbe23dbd68def4695dbdae20144051;hp=7fad5e425c3930ea4ba256cb4cf889ce4e452fbf;hpb=cd2a72711236a924ad05c6c1fff9055eaa0db64d;p=pspp diff --git a/perl-module/automake.mk b/perl-module/automake.mk index 7fad5e425c..0b6c1e0879 100644 --- a/perl-module/automake.mk +++ b/perl-module/automake.mk @@ -25,17 +25,14 @@ perl-module/pspp-module-config: Makefile echo ');' >> $$target ;\ cp $$target $(top_builddir)/perl-module/pspp-module-config - - 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).tar.gz: $(module_sources) $(RM) $@ cd perl-module && $(MAKE) $(AM_MAKEFLAGS) tardist -.PHONY: module-make +PHONY += module-make module-make: perl-module/Makefile cd perl-module && $(MAKE) $(AM_MAKEFLAGS) @@ -54,7 +51,7 @@ all-local: check-local: loc=`pwd` ; cd $(top_builddir)/src/.libs ; llp=`pwd` ; cd $$loc ; \ - LD_LIBRARY_PATH=$$llp sh -c "cd perl-module && $(MAKE) $(AM_MAKEFLAGS) test" + LANG=C LD_LIBRARY_PATH=$$llp sh -c "cd perl-module && $(MAKE) $(AM_MAKEFLAGS) test" clean-local: @@ -64,7 +61,6 @@ clean-local: fi $(RM) perl-module/Makefile.old - CLEANFILES += \ perl-module/PSPP-Perl-$(VERSION).tar.gz \ perl-module/pspp-module-config \