Author: jfrederic.clere(a)jboss.com
Date: 2014-01-29 16:54:24 -0500 (Wed, 29 Jan 2014)
New Revision: 3226
Modified:
trunk/httpd/httpd-2.4/srclib/pcre/NMAKEmakefile
Log:
Add a rule to copy pcre_chartables.c.dist
Modified: trunk/httpd/httpd-2.4/srclib/pcre/NMAKEmakefile
===================================================================
--- trunk/httpd/httpd-2.4/srclib/pcre/NMAKEmakefile 2014-01-29 20:32:21 UTC (rev 3225)
+++ trunk/httpd/httpd-2.4/srclib/pcre/NMAKEmakefile 2014-01-29 21:54:24 UTC (rev 3226)
@@ -80,10 +80,14 @@
$(WORKDIR) :
@$(MAKEWORKDIR)
-.SUFFIXES : .h.generic
+.SUFFIXES : .h.generic .c.dist
{$(SRCDIR)}.h.generic{$(SRCDIR)}.h:
@copy /Y $< $@ >NUL
+
+{$(SRCDIR)}.c.dist{$(SRCDIR)}.c:
+ @copy /Y $< $@ >NUL
+
{$(SRCDIR)}.c{$(WORKDIR)}.obj:
$(CC) $(CFLAGS) $(INCLUDES) $(PDBFLAGS) $<