diff options
author | Bradley Nicholes <bnicholes@apache.org> | 2003-11-22 00:46:25 +0100 |
---|---|---|
committer | Bradley Nicholes <bnicholes@apache.org> | 2003-11-22 00:46:25 +0100 |
commit | 251c9e7b216055011daae61c18687bb83d36e8e8 (patch) | |
tree | bf904eac0f98a711891532fb40db85df0a034a67 /NWGNUmakefile | |
parent | mod_expires: Don't report an Internal Server error if ExpiresDefault (diff) | |
download | apache2-251c9e7b216055011daae61c18687bb83d36e8e8.tar.xz apache2-251c9e7b216055011daae61c18687bb83d36e8e8.zip |
Stop trying to copy headers out of directories that don't exist
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101843 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'NWGNUmakefile')
-rw-r--r-- | NWGNUmakefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/NWGNUmakefile b/NWGNUmakefile index b0082d9883..006e358ae6 100644 --- a/NWGNUmakefile +++ b/NWGNUmakefile @@ -337,10 +337,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\*.* |