]> granicus.if.org Git - libexpat/commitdiff
Make sure the configured compiler is used for all subdirectories.
authorFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Wed, 25 Jul 2001 17:51:40 +0000 (17:51 +0000)
committerFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Wed, 25 Jul 2001 17:51:40 +0000 (17:51 +0000)
expat/examples/Makefile.in
expat/sample/Makefile.in
expat/xmlwf/Makefile.in

index 06cf9c684e3d1c36d3d8afbe09af7dee3910116b..6c4e9def27692965dc8b66b9fab238dd2a68ab0d 100644 (file)
@@ -24,6 +24,7 @@ INCDIR = ../lib
 CPPFLAGS = @CPPFLAGS@
 LDFLAGS = @LDFLAGS@ -static
 LIBS = -L$(LIBDIR) -lexpat 
+CC = @CC@
 CFLAGS = @CFLAGS@ -I$(INCDIR)
 
 srcdir = @srcdir@
index 96eeff91c1d9a349329bccb4d07ef860b852ee24..88ab0dfb1bc141fb970f6a3e7339ee9965ea5b10 100644 (file)
@@ -22,6 +22,7 @@ INCDIR = ../lib
 
 LDFLAGS = @LDFLAGS@ -static 
 LIBS = -L$(LIBDIR) -lexpat
+CC = @CC@
 CFLAGS = @CFLAGS@ -I$(INCDIR)
 
 srcdir = @srcdir@
index d28ccd42ba782aadf50980b8c978799315861f6f..fa002355877882f5dc003a87dc755828eb095c4c 100644 (file)
@@ -25,6 +25,7 @@ INCDIR= ../lib
 
 LDFLAGS= @LDFLAGS@ -static
 CFLAGS= @CFLAGS@ -I$(INCDIR)
+CC = @CC@
 
 FILEMAP_OBJ= @FILEMAP_OBJ@
 OBJS= xmlwf.o xmlfile.o codepage.o $(FILEMAP_OBJ)