From 0dd4758ec0dba39c2b38a9e51809e685cc2ca416 Mon Sep 17 00:00:00 2001 From: Bradley Nicholes Date: Tue, 1 Jun 2004 17:18:48 +0000 Subject: [PATCH] Fix a path searching problem so that NetWare can build the genchars.nlm support utility before the main build is started Submitted by: Guenter Knauf git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103814 13f79535-47bb-0310-9956-ffa450edef68 --- server/NWGNUmakefile | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/server/NWGNUmakefile b/server/NWGNUmakefile index 7dabc8ec67..f2f6da75f7 100644 --- a/server/NWGNUmakefile +++ b/server/NWGNUmakefile @@ -3,7 +3,8 @@ # SUBDIRS = \ - $(EOLIST) + ../build \ + $(EOLIST) # # Get the 'head' of the build environment. This includes default targets and @@ -95,7 +96,7 @@ endif # This is used by the link 'name' directive to name the nlm. If left blank # TARGET_nlm (see below) will be used. # -NLM_NAME = genchars +NLM_NAME = genchars # # This is used by the link '-desc ' directive. @@ -113,7 +114,7 @@ NLM_THREAD_NAME = genchars # If this is specified, it will override VERSION value in # $(AP_WORK)\NWGNUNetWare.rul # -NLM_VERSION = 1,0,0 +NLM_VERSION = 1,0,0 # # If this is specified, it will override the default of 64K @@ -138,14 +139,14 @@ NLM_CHECK_SYM = # # If this is specified it will be used by the link '-flags' directive # -NLM_FLAGS = PSEUDOPREEMPTION +NLM_FLAGS = PSEUDOPREEMPTION # # If this is specified it will be linked in with the XDCData option in the def # file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled # by setting APACHE_UNIPROC in the environment # -XDCDATA = +XDCDATA = # # Declare all target files (you must add your files here) @@ -215,7 +216,7 @@ FILES_nlm_Ximports = \ # FILES_nlm_exports = \ $(EOLIST) - + # # These are the OBJ files needed to create the LIB target above. # Paths must all use the '/' character -- 2.40.0