diff options
author | Guenter Knauf <fuankg@apache.org> | 2010-12-16 11:57:48 +0100 |
---|---|---|
committer | Guenter Knauf <fuankg@apache.org> | 2010-12-16 11:57:48 +0100 |
commit | e3dffb6c932918fa5ca90113be43643720f9f501 (patch) | |
tree | d533070dcb18145ed828c73cad7704ba5cea0c20 /build | |
parent | Remove some obsolete files from obsolete and (diff) | |
download | apache2-e3dffb6c932918fa5ca90113be43643720f9f501.tar.xz apache2-e3dffb6c932918fa5ca90113be43643720f9f501.zip |
Removed remaining reference to CORE_PRIVATE.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1049912 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build')
-rw-r--r-- | build/NWGNUmakefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/NWGNUmakefile b/build/NWGNUmakefile index 8256b9a86f..ac3aeee311 100644 --- a/build/NWGNUmakefile +++ b/build/NWGNUmakefile @@ -39,7 +39,6 @@ cc.opt : NWGNUmakefile $(AP_WORK)\build\NWGNUenvironment.inc $(AP_WORK)\build\NW @echo -nosyspath >> $@ @echo -w nocmdline >> $@ @echo $(DEFINES) >> $@ - @echo -DCORE_PRIVATE >> $@ @echo -I..\include >> $@ @echo -I..\modules\http >> $@ @echo -I..\modules\aaa >> $@ |