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/echo | |
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/echo')
-rw-r--r-- | modules/echo/NWGNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/echo/NWGNUmakefile b/modules/echo/NWGNUmakefile index d3d40e2814..b6e2efb460 100644 --- a/modules/echo/NWGNUmakefile +++ b/modules/echo/NWGNUmakefile @@ -244,7 +244,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 |