You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by fu...@apache.org on 2015/01/19 00:38:20 UTC

svn commit: r1652875 - /httpd/httpd/trunk/build/NWGNUtail.inc

Author: fuankg
Date: Sun Jan 18 23:38:20 2015
New Revision: 1652875

URL: http://svn.apache.org/r1652875
Log:
NetWare build: fix problem with NLM version.

Modified:
    httpd/httpd/trunk/build/NWGNUtail.inc

Modified: httpd/httpd/trunk/build/NWGNUtail.inc
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/build/NWGNUtail.inc?rev=1652875&r1=1652874&r2=1652875&view=diff
==============================================================================
--- httpd/httpd/trunk/build/NWGNUtail.inc (original)
+++ httpd/httpd/trunk/build/NWGNUtail.inc Sun Jan 18 23:38:20 2015
@@ -221,7 +221,7 @@ $(OBJDIR)/$(NLM_NAME)_link.opt : $($(NLM
 	$(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)>> $@