components/flex/patches/001-flex-2.5.35.test-pthread.Makefile.in.patch
changeset 1275 03b86a2f9021
equal deleted inserted replaced
1274:7496ebeb5327 1275:03b86a2f9021
       
     1 --- flex-2.5.35/tests/test-pthread/Makefile.in	2008-02-26 13:34:09.000000000 -0800
       
     2 +++ flex-2.5.35/tests/test-pthread/Makefile.in	2013-03-19 12:37:17.679581930 -0700
       
     3 @@ -346,7 +346,7 @@
       
     4  	$(FLEX) $(LFLAGS) $<
       
     5  
       
     6  $(testname)$(EXEEXT): $(OBJS)
       
     7 -	$(CC) -o $@ $(LDFLAGS) $(OBJS) $(LOADLIBES)
       
     8 +	$(CC) -o $@ $(CFLAGS) $(LDFLAGS) $(OBJS) $(LOADLIBES)
       
     9  
       
    10  test: $(testname)$(EXEEXT)
       
    11  	./$(testname) $(srcdir)/test-*.input