]> granicus.if.org Git - flex/commitdiff
and we want LFLAGS in the rule to make scanner.c as well
authorWill Estes <wlestes@users.sourceforge.net>
Tue, 9 Apr 2002 13:32:20 +0000 (13:32 +0000)
committerWill Estes <wlestes@users.sourceforge.net>
Tue, 9 Apr 2002 13:32:20 +0000 (13:32 +0000)
tests/TEMPLATE/Makefile.am

index 23213adecdb7efc329114b628dbcb610c191faff..15155122de3ac332d57dbc1766137ca7da45bb63 100644 (file)
@@ -13,7 +13,7 @@ INCLUDES = -I $(srcdir) -I $(top_srcdir)
 testname = TEMPLATE
 
 scanner.c: $(srcdir)/scanner.l
-       $(FLEX) $<
+       $(FLEX) $(LFLAGS) $<
 
 parser.c: $(srcdir)/parser.y
        $(BISON) $(YFLAGS) $<