diff options
author | Guenter Knauf <fuankg@apache.org> | 2011-11-14 23:56:24 +0100 |
---|---|---|
committer | Guenter Knauf <fuankg@apache.org> | 2011-11-14 23:56:24 +0100 |
commit | e1557da2bde230f44b41d453e477ef87cb221c14 (patch) | |
tree | a6450ee00bb1b7511bccdaea63c539e901409152 /NWGNUmakefile | |
parent | Since we have branched 2.4.x we are now at 2.5.0 in trunk. (diff) | |
download | apache2-e1557da2bde230f44b41d453e477ef87cb221c14.tar.xz apache2-e1557da2bde230f44b41d453e477ef87cb221c14.zip |
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-- | NWGNUmakefile | 2 |
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)/) |