mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-13 06:13:02 +00:00
portability: fix for BSD make.
Reported by Johan van Selst at
<http://lists.gnu.org/archive/html/bug-bison/2010-03/msg00016.html>.
* tests/local.mk ($(TESTSUITE)): Qualify package.m4 in
this dependency list as in package.m4's target rule.
(cherry picked from commit cf80e9c386)
Conflicts:
tests/Makefile.am
This commit is contained in:
@@ -68,7 +68,7 @@ RUN_TESTSUITE = $(TESTSUITE) -C tests $(TESTSUITEFLAGS)
|
||||
|
||||
AUTOTEST = $(AUTOM4TE) --language=autotest
|
||||
AUTOTESTFLAGS = -I $(top_srcdir)/tests
|
||||
$(TESTSUITE): tests/package.m4 $(TESTSUITE_AT)
|
||||
$(TESTSUITE): $(top_srcdir)/tests/package.m4 $(TESTSUITE_AT)
|
||||
$(AUTOTEST) $(AUTOTESTFLAGS) $(top_srcdir)/tests/testsuite.at -o $@.tmp
|
||||
mv $@.tmp $@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user