From: Gunter Knauf Date: Sun, 1 Jul 2007 01:33:51 +0000 (+0000) Subject: added lib architecture to NLM description. X-Git-Tag: curl-7_16_4~34 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=73e13ef19d669c9fa810fd9110efe0c7a844f8b9;p=thirdparty%2Fcurl.git added lib architecture to NLM description. --- diff --git a/lib/Makefile.netware b/lib/Makefile.netware index f6bf2bb80e..41c95fd308 100644 --- a/lib/Makefile.netware +++ b/lib/Makefile.netware @@ -36,7 +36,7 @@ endif TARGET = libcurl VERSION = $(LIBCURL_VERSION) COPYR = Copyright (C) 1996 - 2007, Daniel Stenberg, -DESCR = cURL libcurl $(LIBCURL_VERSION_STR) - http://curl.haxx.se +DESCR = cURL libcurl $(LIBCURL_VERSION_STR) ($(LIBARCH)) - http://curl.haxx.se MTSAFE = YES STACK = 64000 SCREEN = none diff --git a/src/Makefile.netware b/src/Makefile.netware index 96f7706f92..fe44b0f34d 100644 --- a/src/Makefile.netware +++ b/src/Makefile.netware @@ -36,7 +36,7 @@ endif TARGET = curl VERSION = $(LIBCURL_VERSION) COPYR = Copyright (C) 1996 - 2007, Daniel Stenberg, -DESCR = cURL $(LIBCURL_VERSION_STR) - http://curl.haxx.se +DESCR = cURL $(LIBCURL_VERSION_STR) ($(LIBARCH)) - http://curl.haxx.se MTSAFE = YES STACK = 64000 SCREEN = $(TARGET) commandline utility