diff options
Diffstat (limited to 'tests/test-yyextra/Makefile.am')
-rw-r--r-- | tests/test-yyextra/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-yyextra/Makefile.am b/tests/test-yyextra/Makefile.am index 96ec982..d55f74e 100644 --- a/tests/test-yyextra/Makefile.am +++ b/tests/test-yyextra/Makefile.am @@ -40,7 +40,7 @@ parser.c: $(srcdir)/parser.y $(BISON) $(YFLAGS) $< $(testname)$(EXEEXT): $(OBJS) - $(CC) -o $@ $(LDFLAGS) $(OBJS) $(LOADLIBES) + $(CC) $(CFLAGS) -o $@ $(LDFLAGS) $(OBJS) $(LOADLIBES) test: $(testname)$(EXEEXT) ./$(testname)$(EXEEXT) < $(srcdir)/test.input |