From: Bradley Nicholes Date: Fri, 21 Nov 2003 23:46:03 +0000 (+0000) Subject: Stop trying to copy headers out of directories that don't exist X-Git-Tag: 2.0.49~355 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=649688ca1b24141e6033ab06d920b6406e627be5;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/branches/APACHE_2_0_BRANCH@101842 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/NWGNUmakefile b/NWGNUmakefile index 9261395d2e9..e1859496d72 100644 --- a/NWGNUmakefile +++ b/NWGNUmakefile @@ -338,10 +338,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\*.*