summaryrefslogtreecommitdiff
path: root/modules/debugging
diff options
context:
space:
mode:
authorBradley Nicholes <bnicholes@apache.org>2007-01-31 23:55:44 +0000
committerBradley Nicholes <bnicholes@apache.org>2007-01-31 23:55:44 +0000
commitba4156cadd9cdd03d0c94d8a8199f200f327ef6c (patch)
tree681f06395819852a7449eee68243f80f34487f76 /modules/debugging
parent6e9dfd0b387f9011fcacd710d76a9949b875e98d (diff)
downloadhttpd-ba4156cadd9cdd03d0c94d8a8199f200f327ef6c.tar.gz
Implement a BASEDIR build environment variable to allow the NetWare build to relocate the install files
Submitted by: Guenter Knauf <fuankg apache org> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@502051 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 7e3e148601..b9023fba83 100644
--- a/modules/debugging/NWGNUmakefile
+++ b/modules/debugging/NWGNUmakefile
@@ -231,7 +231,7 @@ nlms :: libs $(TARGET_nlm)
# correct place. (See $(AP_WORK)\build\NWGNUhead.inc for examples)
#
install :: nlms FORCE
- copy $(OBJDIR)\*.nlm $(INSTALL)\Apache2\modules\*.*
+ copy $(OBJDIR)\*.nlm $(INSTALL)\$(BASEDIR)\modules\*.*
#
# Any specialized rules here