summaryrefslogtreecommitdiff
path: root/NWGNUmakefile
diff options
context:
space:
mode:
authorBradley Nicholes <bnicholes@apache.org>2003-05-23 22:42:26 +0000
committerBradley Nicholes <bnicholes@apache.org>2003-05-23 22:42:26 +0000
commit4d8d0c11d9561b8be3c93d99f8cf0b13280cdd58 (patch)
treea772aa2b84a582cb3901f353619e62805e4e49b6 /NWGNUmakefile
parentc7f4c07016edde48a1724907c080c6f34a77528f (diff)
downloadhttpd-4d8d0c11d9561b8be3c93d99f8cf0b13280cdd58.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/trunk@100022 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 a71bcb87d8..a34637918e 100644
--- a/NWGNUmakefile
+++ b/NWGNUmakefile
@@ -343,6 +343,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