--- code/trunk/Makefile.in 2007/02/24 21:39:50 57 +++ code/trunk/Makefile.in 2007/02/24 21:39:58 61 @@ -123,10 +123,10 @@ $(LTCOMPILE) $(UTF8) $(top_srcdir)/study.c pcretest.o: $(top_srcdir)/pcretest.c $(top_srcdir)/internal.h pcre.h config.h Makefile - $(LTCOMPILE) $(UTF8) $(top_srcdir)/pcretest.c + $(CC) -c $(CFLAGS) -I. $(UTF8) $(top_srcdir)/pcretest.c pcregrep.o: $(top_srcdir)/pcregrep.c pcre.h Makefile config.h - $(LTCOMPILE) $(UTF8) $(PCREGREP_OSTYPE) $(top_srcdir)/pcregrep.c + $(CC) -c $(CFLAGS) -I. $(UTF8) $(PCREGREP_OSTYPE) $(top_srcdir)/pcregrep.c # An auxiliary program makes the default character table source