From: Bradley Nicholes Date: Fri, 23 May 2003 22:46:34 +0000 (+0000) Subject: Copy the .XDC data file during the installdev make process. This allows other X-Git-Tag: 2.0.46~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c3a3bd0f9d3d0a5984c976745fcca4adc06522ab;p=thirdparty%2Fapache%2Fhttpd.git 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 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100023 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/NWGNUmakefile b/NWGNUmakefile index 9a0dc7108d8..9261395d2e9 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