summaryrefslogtreecommitdiff
path: root/NWGNUmakefile
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2011-03-09 03:29:12 +0000
committerGuenter Knauf <fuankg@apache.org>2011-03-09 03:29:12 +0000
commit10ad24bb7e6b9bd86d8cde50061698f33365d2f0 (patch)
tree9401f925d5ed98704905efda2e98131e6dd1f8ee /NWGNUmakefile
parent2dc89e951b7adbcdd3fa70072c9bcee81a397007 (diff)
downloadhttpd-10ad24bb7e6b9bd86d8cde50061698f33365d2f0.tar.gz
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--NWGNUmakefile8
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/)