diff options
author | Bradley Nicholes <bnicholes@apache.org> | 2007-02-01 00:55:44 +0100 |
---|---|---|
committer | Bradley Nicholes <bnicholes@apache.org> | 2007-02-01 00:55:44 +0100 |
commit | ba4156cadd9cdd03d0c94d8a8199f200f327ef6c (patch) | |
tree | 681f06395819852a7449eee68243f80f34487f76 /modules/metadata/NWGNUmakefile | |
parent | * server/listen.c (ap_apply_accept_filter): Bump TCP_DEFER_ACCEPT (diff) | |
download | apache2-ba4156cadd9cdd03d0c94d8a8199f200f327ef6c.tar.xz apache2-ba4156cadd9cdd03d0c94d8a8199f200f327ef6c.zip |
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/metadata/NWGNUmakefile')
-rw-r--r-- | modules/metadata/NWGNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |