mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-18 08:43:03 +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/Makefile.am ($(TESTSUITE)): Qualify package.m4 in this dependency list as in package.m4's target rule.
This commit is contained in:
@@ -1,3 +1,11 @@
|
|||||||
|
2010-03-23 Joel E. Denny <jdenny@ces.clemson.edu>
|
||||||
|
|
||||||
|
portability: fix for BSD make.
|
||||||
|
Reported by Johan van Selst at
|
||||||
|
<http://lists.gnu.org/archive/html/bug-bison/2010-03/msg00016.html>.
|
||||||
|
* tests/Makefile.am ($(TESTSUITE)): Qualify package.m4 in
|
||||||
|
this dependency list as in package.m4's target rule.
|
||||||
|
|
||||||
2010-03-23 Joel E. Denny <jdenny@ces.clemson.edu>
|
2010-03-23 Joel E. Denny <jdenny@ces.clemson.edu>
|
||||||
|
|
||||||
portability: fix spawning on at least FreeBSD 8 and FreeBSD 9.
|
portability: fix spawning on at least FreeBSD 8 and FreeBSD 9.
|
||||||
|
|||||||
@@ -56,7 +56,7 @@ TESTSUITE_AT = \
|
|||||||
TESTSUITE = $(srcdir)/testsuite
|
TESTSUITE = $(srcdir)/testsuite
|
||||||
|
|
||||||
AUTOTEST = $(AUTOM4TE) --language=autotest
|
AUTOTEST = $(AUTOM4TE) --language=autotest
|
||||||
$(TESTSUITE): package.m4 $(TESTSUITE_AT)
|
$(TESTSUITE): $(srcdir)/package.m4 $(TESTSUITE_AT)
|
||||||
$(AUTOTEST) -I $(srcdir) testsuite.at -o $@.tmp
|
$(AUTOTEST) -I $(srcdir) testsuite.at -o $@.tmp
|
||||||
mv $@.tmp $@
|
mv $@.tmp $@
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user