From: Bradley Nicholes Date: Fri, 21 Nov 2003 23:46:25 +0000 (+0000) Subject: Stop trying to copy headers out of directories that don't exist X-Git-Tag: pre_ajp_proxy~1024 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=251c9e7b216055011daae61c18687bb83d36e8e8;p=thirdparty%2Fapache%2Fhttpd.git Stop trying to copy headers out of directories that don't exist git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101843 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/NWGNUmakefile b/NWGNUmakefile index b0082d98835..006e358ae6f 100644 --- a/NWGNUmakefile +++ b/NWGNUmakefile @@ -337,10 +337,8 @@ install :: nlms FORCE installdev :: FORCE -copy $(subst /,\,$(AP_WORK))\include\*.h $(INSTALL)\Apache2\include\*.* -copy $(subst /,\,$(AP_WORK))\os\netware\*.h $(INSTALL)\Apache2\include\*.* - -copy $(subst /,\,$(NWOS))\include\*.h $(INSTALL)\Apache2\include\*.* -copy $(subst /,\,$(NWOS))\*.imp $(INSTALL)\Apache2\lib\*.* -copy $(subst /,\,$(APR))\include\*.h $(INSTALL)\Apache2\include\*.* - -copy $(subst /,\,$(APR))\arch\netware\include\*.h $(INSTALL)\Apache2\include\*.* -copy $(subst /,\,$(APRUTIL))\include\*.h $(INSTALL)\Apache2\include\*.* -copy $(subst /,\,$(APR))\*.imp $(INSTALL)\Apache2\lib\*.* -copy $(subst /,\,$(NWOS))\*.xdc $(INSTALL)\Apache2\lib\*.*