]> granicus.if.org Git - apache/commitdiff
NetWare build overhaul in order to compile on Linux.
authorGuenter Knauf <fuankg@apache.org>
Tue, 8 Mar 2011 16:11:33 +0000 (16:11 +0000)
committerGuenter Knauf <fuankg@apache.org>
Tue, 8 Mar 2011 16:11:33 +0000 (16:11 +0000)
Fixed error with sed replacement.

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

build/NWGNUtail.inc

index 483a86d7e2d554a3b9b4890840307e81c171d6ca..f63b5409b55fd74c0e259d594b117d59456ad5f5 100644 (file)
@@ -35,12 +35,12 @@ ifeq "$(NLM_STACK_SIZE)" ""
 NLM_STACK_SIZE = 65536
 endif
 
-ifeq "$(NLM_ENTRY_SYM  =
-NLM_ENTRY_SYM  =
+ifeq "$(NLM_ENTRY_SYM)" ""
+NLM_ENTRY_SYM = _LibCPrelude
 endif
 
-ifeq "$(NLM_EXIT_SYM   =
-NLM_EXIT_SYM   =
+ifeq "$(NLM_EXIT_SYM)" ""
+NLM_EXIT_SYM = _LibCPostlude
 endif
 
 #
@@ -293,8 +293,8 @@ ifneq "$(NLM_VERSION)" ""
 else
        @echo $(DL)version $(VERSION)$(DL)>> $(@:.opt=.def)
 endif
-       @echo $(DL)start $(NLM_ENTRY_SYM        =
-       @echo $(DL)exit $(NLM_EXIT_SYM  =
+       @echo $(DL)start $(NLM_ENTRY_SYM)$(DL)>> $(@:.opt=.def)
+       @echo $(DL)exit $(NLM_EXIT_SYM)$(DL)>> $(@:.opt=.def)
 ifneq "$(NLM_CHECK_SYM)" ""
        @echo $(DL)check $(NLM_CHECK_SYM)$(DL)>> $(@:.opt=.def)
 endif