summaryrefslogtreecommitdiffstats
path: root/modules/debugging
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2011-03-18 05:56:06 +0100
committerGuenter Knauf <fuankg@apache.org>2011-03-18 05:56:06 +0100
commit888ec80125feff1338367ebc2669ed2110d6e996 (patch)
treeafa711cb66f27f3488e1f0a10c5aad2b0922975f /modules/debugging
parentUse var for prelude so its possible to change it at one place. (diff)
downloadapache2-888ec80125feff1338367ebc2669ed2110d6e996.tar.xz
apache2-888ec80125feff1338367ebc2669ed2110d6e996.zip
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 'modules/debugging')
-rw-r--r--modules/debugging/NWGNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/debugging/NWGNUmakefile b/modules/debugging/NWGNUmakefile
index 6050833b7d..e2bfce3539 100644
--- a/modules/debugging/NWGNUmakefile
+++ b/modules/debugging/NWGNUmakefile
@@ -230,7 +230,7 @@ nlms :: libs $(TARGET_nlm)
# correct place. (See $(AP_WORK)/build/NWGNUhead.inc for examples)
#
install :: nlms FORCE
- $(call COPY,$(OBJDIR)/*.nlm, $(INSTALL)/$(BASEDIR)/modules/)
+ $(call COPY,$(OBJDIR)/*.nlm, $(INSTALLBASE)/modules/)
#
# Any specialized rules here