From: Joel E. Denny Date: Wed, 24 Mar 2010 00:21:59 +0000 (-0400) Subject: portability: fix for BSD make. X-Git-Tag: v2.7.90~710 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/b867584028d0c7ae0f0c32918cb87d4ec7f2caa6?ds=inline portability: fix for BSD make. Reported by Johan van Selst at . * tests/local.mk ($(TESTSUITE)): Qualify package.m4 in this dependency list as in package.m4's target rule. (cherry picked from commit cf80e9c3868b4a6a9caf53c3b281ee089deffc86) Conflicts: tests/Makefile.am --- diff --git a/ChangeLog b/ChangeLog index 15f76f8c..bf67e120 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2010-03-23 Joel E. Denny + + portability: fix for BSD make. + Reported by Johan van Selst at + . + * tests/local.mk ($(TESTSUITE)): Qualify package.m4 in + this dependency list as in package.m4's target rule. + 2010-03-23 Joel E. Denny portability: fix spawning on at least FreeBSD 8 and FreeBSD 9. diff --git a/tests/local.mk b/tests/local.mk index 9f736769..9cf76bd0 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -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 $@