]> granicus.if.org Git - apache/commitdiff
Fix a path searching problem so that NetWare can build the genchars.nlm support utili...
authorBradley Nicholes <bnicholes@apache.org>
Tue, 1 Jun 2004 17:18:48 +0000 (17:18 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Tue, 1 Jun 2004 17:18:48 +0000 (17:18 +0000)
Submitted by: Guenter Knauf <fuankg@apache.org>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103814 13f79535-47bb-0310-9956-ffa450edef68

server/NWGNUmakefile

index 7dabc8ec670d918217f1f9a859e4fdbf32512f68..f2f6da75f7bb45c4caa4811affa7fdcb1c6b347a 100644 (file)
@@ -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