[mapserver-commits] r12222 - trunk/mapserver/mapcache/src
svn at osgeo.org
svn at osgeo.org
Fri Aug 26 07:08:29 EDT 2011
Author: tbonfort
Date: 2011-08-26 04:08:29 -0700 (Fri, 26 Aug 2011)
New Revision: 12222
Modified:
trunk/mapserver/mapcache/src/Makefile
Log:
remove configure from revision control
thomas.bonfort | 2011-01-08 19:40:45 +0100 (Sat, 08 Jan 2011)
Modified: trunk/mapserver/mapcache/src/Makefile
===================================================================
--- trunk/mapserver/mapcache/src/Makefile 2011-08-26 11:08:26 UTC (rev 12221)
+++ trunk/mapserver/mapcache/src/Makefile 2011-08-26 11:08:29 UTC (rev 12222)
@@ -11,7 +11,7 @@
echo "fcgi help"
.c.o:
- $(LIBTOOL) --mode=compile $(CC) $(CFLAGS) $(INCLUDES) -c $<
+ $(LIBTOOL) --tag CC --mode=compile $(CC) $(CFLAGS) $(INCLUDES) -c $<
mod_geocache.la: mod_geocache.o
More information about the mapserver-commits
mailing list