]> git.saurik.com Git - bison.git/blobdiff - tests/local.mk
build: avoid YACC typo inherited from Autoconf.
[bison.git] / tests / local.mk
index 9f7367698f566451e70d52e44fe5b94212e53a1e..3466a4feb0ecb47a6d1810bd7b84ae591f3976a9 100644 (file)
@@ -1,6 +1,6 @@
 ## Makefile for Bison testsuite.
 
 ## Makefile for Bison testsuite.
 
-## Copyright (C) 2000-2010 Free Software Foundation, Inc.
+## Copyright (C) 2000-2011 Free Software Foundation, Inc.
 
 ## This program is free software: you can redistribute it and/or modify
 ## it under the terms of the GNU General Public License as published by
 
 ## This program is free software: you can redistribute it and/or modify
 ## it under the terms of the GNU General Public License as published by
@@ -68,7 +68,7 @@ RUN_TESTSUITE = $(TESTSUITE) -C tests $(TESTSUITEFLAGS)
 
 AUTOTEST = $(AUTOM4TE) --language=autotest
 AUTOTESTFLAGS = -I $(top_srcdir)/tests
 
 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 $@
 
        $(AUTOTEST) $(AUTOTESTFLAGS) $(top_srcdir)/tests/testsuite.at -o $@.tmp
        mv $@.tmp $@