summaryrefslogtreecommitdiff
path: root/support
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2011-03-18 04:56:06 +0000
committerGuenter Knauf <fuankg@apache.org>2011-03-18 04:56:06 +0000
commit888ec80125feff1338367ebc2669ed2110d6e996 (patch)
treeafa711cb66f27f3488e1f0a10c5aad2b0922975f /support
parentbab978c56e7dce2343bed85b9aac98cee8b856e8 (diff)
downloadhttpd-888ec80125feff1338367ebc2669ed2110d6e996.tar.gz
Use a var INSTALLBASE to simplify NetWare installation rules.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1082821 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support')
-rw-r--r--support/NWGNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/NWGNUmakefile b/support/NWGNUmakefile
index dce466fd0a..9cb5d1df42 100644
--- a/support/NWGNUmakefile
+++ b/support/NWGNUmakefile
@@ -35,7 +35,7 @@ nlms :: libs $(TARGET_nlm)
# correct place. (See $(AP_WORK)/build/NWGNUhead.inc for examples)
#
install :: nlms FORCE
- $(call COPY,$(OBJDIR)/*.nlm, $(INSTALL)/$(BASEDIR)/bin/)
+ $(call COPY,$(OBJDIR)/*.nlm, $(INSTALLBASE)/bin/)
#
# Any specialized rules here