summaryrefslogtreecommitdiff
path: root/NWGNUmakefile
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2011-11-14 22:56:24 +0000
committerGuenter Knauf <fuankg@apache.org>2011-11-14 22:56:24 +0000
commite1557da2bde230f44b41d453e477ef87cb221c14 (patch)
treea6450ee00bb1b7511bccdaea63c539e901409152 /NWGNUmakefile
parented588c6e1afe0a2601e542e69de5f916f29739ff (diff)
downloadhttpd-e1557da2bde230f44b41d453e477ef87cb221c14.tar.gz
Fixed NetWare install.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1201956 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'NWGNUmakefile')
-rw-r--r--NWGNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/NWGNUmakefile b/NWGNUmakefile
index 411d7755b3..b37ed825f8 100644
--- a/NWGNUmakefile
+++ b/NWGNUmakefile
@@ -397,7 +397,7 @@ nlms :: libs $(TARGET_nlm)
# Updated this target to create necessary directories and copy files to the
# correct place. (See $(AP_WORK)/build/NWGNUhead.inc for examples)
#
-MKCNF = $(AWK) -v BDIR=$(BASEDIR) -v PORT=$(PORT) -v SSLPORT=$(SSLPORT) -v MODSSL=$(WITH_MOD_SSL) -v BSDSKT=$(USE_STDSOCKETS) -f build/mkconfNW.awk $1 > $2
+MKCNF = $(AWK) -v BDIR=$(BASEDIR) -v PORT=$(PORT) -v SSLPORT=$(SSLPORT) -v MODSSL=$(WITH_SSL) -v BSDSKT=$(USE_STDSOCKETS) -f build/mkconfNW.awk $1 > $2
install :: nlms instscripts FORCE
$(call COPY,$(OBJDIR)/$(NLM_NAME).nlm, $(INSTALLBASE)/)