From 26bb2525c89ecda0b0bc7b597ec8d1b792fc8662 Mon Sep 17 00:00:00 2001 From: Manoj Srivastava Date: Wed, 9 Apr 2014 00:15:48 -0700 Subject: Imported Upstream version 2.5.39 --- tests/test-rescan-r/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test-rescan-r/Makefile.am') diff --git a/tests/test-rescan-r/Makefile.am b/tests/test-rescan-r/Makefile.am index 2108512..b24a152 100644 --- a/tests/test-rescan-r/Makefile.am +++ b/tests/test-rescan-r/Makefile.am @@ -38,7 +38,7 @@ scanner.c: $(srcdir)/scanner.l $(FLEX) $(LFLAGS) $< $(testname)$(EXEEXT): $(OBJS) - $(CC) -o $@ $(LDFLAGS) $(OBJS) $(LOADLIBES) + $(CC) $(CFLAGS) -o $@ $(LDFLAGS) $(OBJS) $(LOADLIBES) test: $(testname)$(EXEEXT) ./$(testname)$(EXEEXT) $(srcdir)/test.input -- cgit v1.2.3