summaryrefslogtreecommitdiff
path: root/NWGNUmakefile
diff options
context:
space:
mode:
authorBradley Nicholes <bnicholes@apache.org>2003-05-23 22:46:34 +0000
committerBradley Nicholes <bnicholes@apache.org>2003-05-23 22:46:34 +0000
commitc3a3bd0f9d3d0a5984c976745fcca4adc06522ab (patch)
treee2447e22cf129805a6129eefb0a4d9fd1d5ebe51 /NWGNUmakefile
parentf3466b54a4ede92dde226d91671a251688022c98 (diff)
downloadhttpd-c3a3bd0f9d3d0a5984c976745fcca4adc06522ab.tar.gz
Copy the .XDC data file during the installdev make process. This allows other
modules to link same .XDC data file used by the httpd and APR builds. Submitted by: G�nter Knauf <gk@gknw.de> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100023 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'NWGNUmakefile')
-rw-r--r--NWGNUmakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/NWGNUmakefile b/NWGNUmakefile
index 9a0dc7108d..9261395d2e 100644
--- a/NWGNUmakefile
+++ b/NWGNUmakefile
@@ -344,6 +344,7 @@ installdev :: FORCE
-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\*.*
#
# Any specialized rules here