]> granicus.if.org Git - flex/commitdiff
Fixed command line for test-include-by-reentrant/Makefile.am
authorJohn Millaway <john43@users.sourceforge.net>
Fri, 19 Apr 2002 22:40:51 +0000 (22:40 +0000)
committerJohn Millaway <john43@users.sourceforge.net>
Fri, 19 Apr 2002 22:40:51 +0000 (22:40 +0000)
tests/test-include-by-reentrant/Makefile.am

index c195f7d60110eff94afe3e2f1174859e080db319..4697b6512f73057594f83c73c2b25710e071b6ed 100644 (file)
@@ -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) $<