diff options
author | Bradley Nicholes <bnicholes@apache.org> | 2003-05-24 00:47:15 +0200 |
---|---|---|
committer | Bradley Nicholes <bnicholes@apache.org> | 2003-05-24 00:47:15 +0200 |
commit | 67b2b2d6272bcc2af68c1843d160b9bb4fa10fb2 (patch) | |
tree | eccf270dc3fec4e6960f511d3c36b2e5351636a9 | |
parent | Copy the .XDC data file during the installdev make process. This allows other (diff) | |
download | apache2-67b2b2d6272bcc2af68c1843d160b9bb4fa10fb2.tar.xz apache2-67b2b2d6272bcc2af68c1843d160b9bb4fa10fb2.zip |
Opps. Copy/Paste problem
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100024 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | NWGNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NWGNUmakefile b/NWGNUmakefile index a34637918e..b0082d9883 100644 --- a/NWGNUmakefile +++ b/NWGNUmakefile @@ -343,7 +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\*.* + -copy $(subst /,\,$(NWOS))\*.xdc $(INSTALL)\Apache2\lib\*.* # # Any specialized rules here |