1 --- flex-2.5.35/tests/test-extended/Makefile.in.orig 2009-05-26 09:47:33.551328000 -0700 2 +++ flex-2.5.35/tests/test-extended/Makefile.in 2009-05-26 09:48:08.064129000 -0700 3 @@ -348,7 +348,7 @@ 4 $(CC) -o $@ $(LDFLAGS) $(OBJS) $(LOADLIBES) 5 6 test: $(testname)$(EXEEXT) 7 - ./$(testname)$(EXEEXT) < $(srcdir)/test.input | diff -q $(srcdir)/test.input - 8 + ./$(testname)$(EXEEXT) < $(srcdir)/test.input | gdiff -q $(srcdir)/test.input - 9 10 .c.o: 11 $(CC) -c -o $@ $(AM_CPPFLAGS) $(CPPFLAGS) $(CFLAGS) $< 12 --- flex-2.5.35/tests/test-quotes/Makefile.in.orig 2009-05-26 09:53:13.613058000 -0700 13 +++ flex-2.5.35/tests/test-quotes/Makefile.in 2009-05-26 09:53:41.614383000 -0700 14 @@ -350,7 +350,7 @@ 15 test: $(testname)$(EXEEXT) 16 grep TEST_XXX < $(srcdir)/scanner.l | sed 's/^ *//' > l.out 17 grep TEST_XXX < scanner.c | sed 's/^ *//' > c.out 18 - diff -q l.out c.out 19 + gdiff -q l.out c.out 20 ./$(testname)$(EXEEXT) < $(srcdir)/test.input 21 22 .c.o: 23 --- flex-2.5.35-64/tests/test-pthread/Makefile.in.orig 2009-05-26 11:11:40.259265000 -0700 24 +++ flex-2.5.35-64/tests/test-pthread/Makefile.in 2009-05-26 11:13:01.423424000 -0700 25 @@ -106,7 +106,7 @@ 26 INSTALL_SCRIPT = @INSTALL_SCRIPT@ 27 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 28 INTLLIBS = @INTLLIBS@ 29 -LDFLAGS = -lpthread 30 +LDFLAGS = @LDFLAGS@ -lpthread 31 LEX = @LEX@ 32 LEXLIB = @LEXLIB@ 33 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ 34