1 diff -ruN pcre-5.0-old/Makefile.in pcre-5.0-new/Makefile.in
2 --- pcre-5.0-old/Makefile.in 2004-09-13 16:20:00.000000000 +0200
3 +++ pcre-5.0-new/Makefile.in 2006-03-15 08:28:12.000000000 +0100
10 CC_FOR_BUILD = @CC_FOR_BUILD@
11 CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
13 # to do one or the other or both by ./configure.
16 -LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) -c $(CFLAGS) -I. -I$(top_srcdir) $(NEWLINE) $(LINK_SIZE) $(MATCH_LIMIT) $(NO_RECURSE) $(EBCDIC)
17 +LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) -c $(CFLAGS) -I. -I$(top_srcdir) $(CPPFLAGS) $(NEWLINE) $(LINK_SIZE) $(MATCH_LIMIT) $(NO_RECURSE) $(EBCDIC)
18 @ON_WINDOWS@LINK = $(CC) $(CFLAGS) -I. -I$(top_srcdir) -L.libs
19 @NOT_ON_WINDOWS@LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) -I. -I$(top_srcdir)
20 -LINKLIB = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) -I. -I$(top_srcdir)
21 +LINKLIB = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) -I. -I$(top_srcdir) $(LDFLAGS)
22 LINK_FOR_BUILD = $(LIBTOOL) --mode=link $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) -I. -I$(top_srcdir)
24 # These are the version numbers for the shared libraries