X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/3e75a2c92b12766add442d00a86d5ec1c67ce560..c50263271db482261b11f7452283c142a780a09d:/tests/local.mk diff --git a/tests/local.mk b/tests/local.mk index 2cb1f3c1..4f2ee52d 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -40,7 +40,6 @@ $(top_srcdir)/tests/package.m4: $(top_srcdir)/configure ## Generate the test suite. ## ## ------------------------- ## -## Leave testsuite.at first for the "testsuite" rule's $<. TESTSUITE_AT = \ tests/testsuite.at \ \ @@ -71,7 +70,8 @@ TESTSUITE = $(top_srcdir)/tests/testsuite AUTOTEST = $(AUTOM4TE) --language=autotest AUTOTESTFLAGS = -I $(top_srcdir)/tests $(TESTSUITE): $(TESTSUITE_AT) - $(AM_V_GEN)$(AUTOTEST) $(AUTOTESTFLAGS) $< -o $@.tmp + $(AM_V_GEN) \ + $(AUTOTEST) $(AUTOTESTFLAGS) $(srcdir)/tests/testsuite.at -o $@.tmp $(AM_V_at)mv $@.tmp $@