diff options
author | Guenter Knauf <fuankg@apache.org> | 2011-03-08 17:04:40 +0100 |
---|---|---|
committer | Guenter Knauf <fuankg@apache.org> | 2011-03-08 17:04:40 +0100 |
commit | 46b7e1d21098c1205e785f8705ead7186c3944ee (patch) | |
tree | 46112fb0f740ee3eb51c306efe92b928ac745f9a /support/NWGNUmakefile | |
parent | split the Authorization entry into separate (diff) | |
download | apache2-46b7e1d21098c1205e785f8705ead7186c3944ee.tar.xz apache2-46b7e1d21098c1205e785f8705ead7186c3944ee.zip |
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 'support/NWGNUmakefile')
-rw-r--r-- | support/NWGNUmakefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/support/NWGNUmakefile b/support/NWGNUmakefile index 99f8887a80..91020579b1 100644 --- a/support/NWGNUmakefile +++ b/support/NWGNUmakefile @@ -3,7 +3,7 @@ # paths to tools # -include $(AP_WORK)\build\NWGNUhead.inc +include $(AP_WORK)/build/NWGNUhead.inc # # build this level's files @@ -32,7 +32,7 @@ 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)\bin\*.* @@ -46,6 +46,6 @@ install :: nlms FORCE # in this makefile # -include $(AP_WORK)\build\NWGNUtail.inc +include $(APBUILD)/NWGNUtail.inc |