You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by fu...@apache.org on 2010/12/16 11:57:48 UTC

svn commit: r1049912 - /httpd/httpd/trunk/build/NWGNUmakefile

Author: fuankg
Date: Thu Dec 16 10:57:48 2010
New Revision: 1049912

URL: http://svn.apache.org/viewvc?rev=1049912&view=rev
Log:
Removed remaining reference to CORE_PRIVATE.

Modified:
    httpd/httpd/trunk/build/NWGNUmakefile

Modified: httpd/httpd/trunk/build/NWGNUmakefile
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/build/NWGNUmakefile?rev=1049912&r1=1049911&r2=1049912&view=diff
==============================================================================
--- httpd/httpd/trunk/build/NWGNUmakefile (original)
+++ httpd/httpd/trunk/build/NWGNUmakefile Thu Dec 16 10:57:48 2010
@@ -39,7 +39,6 @@ cc.opt : NWGNUmakefile $(AP_WORK)\build\
 	@echo -nosyspath >> $@
 	@echo -w nocmdline >> $@
 	@echo $(DEFINES) >> $@
-	@echo -DCORE_PRIVATE >> $@
 	@echo -I..\include >> $@
 	@echo -I..\modules\http >> $@
 	@echo -I..\modules\aaa >> $@