diff --git a/nw/GNUmakefile b/nw/GNUmakefile index 1d19f04..2e24c88 100644 --- a/nw/GNUmakefile +++ b/nw/GNUmakefile @@ -37,7 +37,7 @@ DEVLARC = $(DEVLDIR).zip # Edit the vars below to change NLM target settings. TARGET = libssh2 VERSION = $(LIBSSH2_VERSION) -COPYR = Copyright (c) $(LIBSSH2_COPYRIGHT_STR) +CPRIGHT = Copyright (c) $(LIBSSH2_COPYRIGHT_STR) WWWURL = http://www.libssh2.org/ DESCR = libssh2 $(LIBSSH2_VERSION_STR) ($(LIBARCH)) - $(WWWURL) MTSAFE = YES @@ -323,7 +323,7 @@ $(OBJDIR)/%.def: GNUmakefile @echo $(DL)# Do not edit this file - it is created by make!$(DL) >> $@ @echo $(DL)# All your changes will be lost!!$(DL) >> $@ @echo $(DL)#$(DL) >> $@ - @echo $(DL)copyright "$(COPYR)"$(DL) >> $@ + @echo $(DL)copyright "$(CPRIGHT)"$(DL) >> $@ @echo $(DL)description "$(DESCR)"$(DL) >> $@ @echo $(DL)version $(VERSION)$(DL) >> $@ ifdef NLMTYPE