]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
NetWare build: fix problem with NLM version.
authorGuenter Knauf <fuankg@apache.org>
Sun, 18 Jan 2015 23:38:20 +0000 (23:38 +0000)
committerGuenter Knauf <fuankg@apache.org>
Sun, 18 Jan 2015 23:38:20 +0000 (23:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1652875 13f79535-47bb-0310-9956-ffa450edef68

build/NWGNUtail.inc

index 718c62c08400236b67e585a9e99cba42e14e771e..81be4bd15c336d9b15d3526965bb75b719c0f645 100644 (file)
@@ -221,7 +221,7 @@ $(OBJDIR)/$(NLM_NAME)_link.opt : $($(NLM_NAME)_LINKOPT_DEPENDS)
        $(call DEL,$@)
        $(call DEL,$(@:.opt=.def))
        @echo $(DL)GEN  $@$(DL)
-       @echo $(DL)-nlmversion=$(NLM_VERSION)$(DL)>> $@
+       @echo $(DL)-nlmversion=$(NLM_VERSION) $(DL)>> $@
        @echo $(DL)-warnings off$(DL)>> $@
        @echo $(DL)-zerobss$(DL)>> $@
        @echo $(DL)-o $(TARGET_nlm)$(DL)>> $@