diff options
author | Guenter Knauf <fuankg@apache.org> | 2011-03-08 16:04:40 +0000 |
---|---|---|
committer | Guenter Knauf <fuankg@apache.org> | 2011-03-08 16:04:40 +0000 |
commit | 46b7e1d21098c1205e785f8705ead7186c3944ee (patch) | |
tree | 46112fb0f740ee3eb51c306efe92b928ac745f9a /modules/loggers/NWGNUmakefile | |
parent | c1e20231fe196f30cd862bb4ce63be3bb3d07818 (diff) | |
download | httpd-46b7e1d21098c1205e785f8705ead7186c3944ee.tar.gz |
NetWare build overhaul in order to compile on Linux.
Take 1.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1079407 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/loggers/NWGNUmakefile')
-rw-r--r-- | modules/loggers/NWGNUmakefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/modules/loggers/NWGNUmakefile b/modules/loggers/NWGNUmakefile index 8cca62469d..1d2e97a177 100644 --- a/modules/loggers/NWGNUmakefile +++ b/modules/loggers/NWGNUmakefile @@ -10,7 +10,7 @@ SUBDIRS = \ # paths to tools # -include $(AP_WORK)\build\NWGNUhead.inc +include $(AP_WORK)/build/NWGNUhead.inc # # build this level's files @@ -111,7 +111,7 @@ NLM_THREAD_NAME = # # If this is specified, it will override VERSION value in -# $(AP_WORK)\build\NWGNUenvironment.inc +# $(AP_WORK)/build/NWGNUenvironment.inc # NLM_VERSION = @@ -227,10 +227,10 @@ nlms :: libs $(TARGET_nlm) # # Updated this target to create necessary directories and copy files to the -# correct place. (See $(AP_WORK)\build\NWGNUhead.inc for examples) +# correct place. (See $(AP_WORK)/build/NWGNUhead.inc for examples) # install :: nlms FORCE - copy $(OBJDIR)\*.nlm $(INSTALL)\$(BASEDIR)\modules\*.* + $(call COPY,$(OBJDIR)/*.nlm, $(INSTALL)/$(BASEDIR)/modules/) # # Any specialized rules here @@ -241,6 +241,6 @@ install :: nlms FORCE # in this makefile # -include $(AP_WORK)\build\NWGNUtail.inc +include $(APBUILD)/NWGNUtail.inc |