From ba4156cadd9cdd03d0c94d8a8199f200f327ef6c Mon Sep 17 00:00:00 2001 From: Bradley Nicholes Date: Wed, 31 Jan 2007 23:55:44 +0000 Subject: Implement a BASEDIR build environment variable to allow the NetWare build to relocate the install files Submitted by: Guenter Knauf git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@502051 13f79535-47bb-0310-9956-ffa450edef68 --- modules/metadata/NWGNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/metadata/NWGNUmakefile') diff --git a/modules/metadata/NWGNUmakefile b/modules/metadata/NWGNUmakefile index 58d1a19856..07e0dc4778 100644 --- a/modules/metadata/NWGNUmakefile +++ b/modules/metadata/NWGNUmakefile @@ -237,7 +237,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 -- cgit v1.2.3