summaryrefslogtreecommitdiff
path: root/NWGNUmakefile
diff options
context:
space:
mode:
authorBradley Nicholes <bnicholes@apache.org>2003-11-21 23:46:03 +0000
committerBradley Nicholes <bnicholes@apache.org>2003-11-21 23:46:03 +0000
commit649688ca1b24141e6033ab06d920b6406e627be5 (patch)
treeb1bda97daf5e712cbb969420fdb917daa3bf6309 /NWGNUmakefile
parentfbc1f591e130eb4f1636fc90d536af3e34f2e2c7 (diff)
downloadhttpd-649688ca1b24141e6033ab06d920b6406e627be5.tar.gz
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
Diffstat (limited to 'NWGNUmakefile')
-rw-r--r--NWGNUmakefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/NWGNUmakefile b/NWGNUmakefile
index 9261395d2e..e1859496d7 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\*.*