From 80e5e20b00a4861ceb691090a2a429af74c9c426 Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Fri, 12 Apr 2013 18:00:29 +0200 Subject: [PATCH] Fixed copyright string for NetWare build. --- nw/GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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