From: Guenter Knauf Date: Sun, 18 Jan 2015 23:38:20 +0000 (+0000) Subject: NetWare build: fix problem with NLM version. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfaf301eead0561f33547cc8e037dc9efdcf223a;p=thirdparty%2Fapache%2Fhttpd.git NetWare build: fix problem with NLM version. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1652875 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build/NWGNUtail.inc b/build/NWGNUtail.inc index 718c62c0840..81be4bd15c3 100644 --- a/build/NWGNUtail.inc +++ b/build/NWGNUtail.inc @@ -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)>> $@