From: John Millaway Date: Fri, 19 Apr 2002 22:40:51 +0000 (+0000) Subject: Fixed command line for test-include-by-reentrant/Makefile.am X-Git-Tag: flex-2-5-10~72 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cf2df5f61933697ac05d52842fd1919c12121366;p=flex Fixed command line for test-include-by-reentrant/Makefile.am --- diff --git a/tests/test-include-by-reentrant/Makefile.am b/tests/test-include-by-reentrant/Makefile.am index c195f7d..4697b65 100644 --- a/tests/test-include-by-reentrant/Makefile.am +++ b/tests/test-include-by-reentrant/Makefile.am @@ -22,7 +22,7 @@ $(testname)$(EXEEXT): $(OBJS) $(CC) -o $@ $(OBJS) $(LDFLAGS) test: $(testname)$(EXEEXT) - ./$(testname) test-1.input + ./$(testname) $(srcdir)/test-1.input .c.o: $(CC) -c -o $@ $(INCLUDES) $<