mirror of
https://github.com/apache/httpd.git
synced 2025-08-01 07:26:57 +03:00
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
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user