Changeset 153 in kBuild for branches/GNU/src/gmake/Makefile.am
- Timestamp:
- Sep 8, 2004 2:43:30 AM (20 years ago)
- File:
-
- 1 edited
-
branches/GNU/src/gmake/Makefile.am (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/gmake/Makefile.am
r54 r153 1 1 # This is a -*-Makefile-*-, or close enough 2 2 3 AUTOMAKE_OPTIONS = 1. 7.6dist-bzip2 check-news ansi2knr3 AUTOMAKE_OPTIONS = 1.8 dist-bzip2 check-news ansi2knr 4 4 ACLOCAL_AMFLAGS = -I config 5 5 … … 61 61 62 62 localedir = $(datadir)/locale 63 64 # We need this due to a bug in gettext 0.12.1 Makefile.in.in: without this I65 # can't run distcheck because this file is created but not removed during66 # distclean.67 68 distclean-local:69 test "$(srcdir)" = . || rm -f po/stamp-po70 63 71 64 # --------------- Local INSTALL Section … … 153 146 done; fi ;; \ 154 147 esac; \ 155 echo "cd tests && $(PERL) ./run_make_tests.pl -make ../make $(MAKETESTFLAGS)"; \156 cd tests && $(PERL) ./run_make_tests.pl -make ../make $(MAKETESTFLAGS); \148 echo "cd tests && $(PERL) ./run_make_tests.pl -make ../make$(EXEEXT) $(MAKETESTFLAGS)"; \ 149 cd tests && $(PERL) ./run_make_tests.pl -make ../make$(EXEEXT) $(MAKETESTFLAGS); \ 157 150 else \ 158 151 echo "Can't find a working Perl ($(PERL)); the test suite requires Perl."; \
Note:
See TracChangeset
for help on using the changeset viewer.

