From 10ad24bb7e6b9bd86d8cde50061698f33365d2f0 Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Wed, 9 Mar 2011 03:29:12 +0000 Subject: 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 --- NWGNUmakefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'NWGNUmakefile') 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/) -- cgit v1.2.3