diff options
author | Gunter Knauf <gk@gknw.de> | 2006-04-17 18:04:27 +0000 |
---|---|---|
committer | Gunter Knauf <gk@gknw.de> | 2006-04-17 18:04:27 +0000 |
commit | db06d21339474b53b70a9214d5d3cbb103f70c36 (patch) | |
tree | 0fab8764599078578a3f6298ca42476310a9fcf5 | |
parent | 19240f08bb218893fff103292abc04e1616c5df9 (diff) |
minor Makefile fix - let's go 2006;
use correct version var.
-rw-r--r-- | ares/Makefile.netware | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ares/Makefile.netware b/ares/Makefile.netware index da43b7662..c2a01534a 100644 --- a/ares/Makefile.netware +++ b/ares/Makefile.netware @@ -20,7 +20,7 @@ endif TARGETS = adig.nlm ahost.nlm LTARGET = libcares.lib VERSION = $(LIBCARES_VERSION) -COPYR = Copyright (C) 1996 - 2005, Daniel Stenberg, <daniel@haxx.se> +COPYR = Copyright (C) 1996 - 2006, Daniel Stenberg, <daniel@haxx.se> DESCR = cURL $(subst .def,,$(notdir $@)) $(LIBCARES_VERSION_STR) - http://curl.haxx.se MTSAFE = YES STACK = 64000 @@ -256,8 +256,8 @@ config.h: Makefile.netware @echo $(DL)** All your changes will be lost!!$(DL) >> $@ @echo $(DL)*/$(DL) >> $@ @echo $(DL)#define OS "i586-pc-NetWare"$(DL) >> $@ - @echo $(DL)#define VERSION "$(LIBCURL_VERSION_STR)"$(DL) >> $@ - @echo $(DL)#define PACKAGE_BUGREPORT "curl-bug@haxx.se"$(DL) >> $@ + @echo $(DL)#define VERSION "$(LIBCARES_VERSION_STR)"$(DL) >> $@ + @echo $(DL)#define PACKAGE_BUGREPORT "a suitable curl mailing list => http://curl.haxx.se/mail/"$(DL) >> $@ @echo $(DL)#define HAVE_ARPA_INET_H 1$(DL) >> $@ @echo $(DL)#define HAVE_ARPA_NAMESER_H 1$(DL) >> $@ @echo $(DL)#define HAVE_ASSERT_H 1$(DL) >> $@ |