Skip to content

Commit

Permalink
NetWare build: fix problem with NLM version.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1652875 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Guenter Knauf committed Jan 18, 2015
1 parent 65319ce commit bfaf301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/NWGNUtail.inc
Expand Up @@ -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)>> $@
Expand Down

0 comments on commit bfaf301

Please sign in to comment.