diff options
author | Guenter Knauf <fuankg@apache.org> | 2011-03-09 04:29:12 +0100 |
---|---|---|
committer | Guenter Knauf <fuankg@apache.org> | 2011-03-09 04:29:12 +0100 |
commit | 10ad24bb7e6b9bd86d8cde50061698f33365d2f0 (patch) | |
tree | 9401f925d5ed98704905efda2e98131e6dd1f8ee /NWGNUmakefile | |
parent | NetWare build overhaul in order to compile on Linux. (diff) | |
download | apache2-10ad24bb7e6b9bd86d8cde50061698f33365d2f0.tar.xz apache2-10ad24bb7e6b9bd86d8cde50061698f33365d2f0.zip |
NetWare build overhaul in order to compile on Linux.
Some more fixes ...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1079653 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'NWGNUmakefile')
-rw-r--r-- | NWGNUmakefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/NWGNUmakefile b/NWGNUmakefile index b30ada8d7e..344b35ae32 100644 --- a/NWGNUmakefile +++ b/NWGNUmakefile @@ -419,10 +419,10 @@ install :: nlms instscripts FORCE -$(AWK) -v BDIR=$(BASEDIR) -v PORT=$(PORT) -f build/mkconfNW.awk docs/conf/extra/httpd-vhosts.conf.in >$(INSTALL)/$(BASEDIR)/conf/extra/httpd-vhosts.conf -$(AWK) -v BDIR=$(BASEDIR) -v SSLPORT=$(SSLPORT) -f build/mkconfNW.awk docs/conf/extra/httpd-ssl.conf.in >$(INSTALL)/$(BASEDIR)/conf/extra/httpd-ssl.conf $(call COPYR,docs/docroot, $(INSTALL)/$(BASEDIR)/htdocs) - $(call COPYR,docs/error, $(INSTALL)/$(BASEDIR)/) - $(call COPYR,docs/icons, $(INSTALL)/$(BASEDIR)/) - $(call COPYR,docs/man, $(INSTALL)/$(BASEDIR)/) - $(call COPYR,docs/manual, $(INSTALL)/$(BASEDIR)/) + $(call COPYR,docs/error, $(INSTALL)/$(BASEDIR)/error) + $(call COPYR,docs/icons, $(INSTALL)/$(BASEDIR)/icons) + $(call COPYR,docs/man, $(INSTALL)/$(BASEDIR)/man) + $(call COPYR,docs/manual, $(INSTALL)/$(BASEDIR)/manual) installdev :: FORCE $(call COPY,$(SRC)/include/*.h, $(INSTALL)/$(BASEDIR)/include/) |