]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
minor Makefile fixes.
authorGunter Knauf <gk@gknw.de>
Tue, 6 Sep 2005 00:39:41 +0000 (00:39 +0000)
committerGunter Knauf <gk@gknw.de>
Tue, 6 Sep 2005 00:39:41 +0000 (00:39 +0000)
lib/Makefile.netware
src/Makefile.netware

index 07b867ab40eead8ed52706d4732de2c96bf8a0ae..e6d2c88011dcbdb5498eddab447ed1323e68c425 100644 (file)
@@ -301,7 +301,7 @@ config.h: Makefile.netware
        @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 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_ASSERT_H 1$(DL) >> $@
        @echo $(DL)#define HAVE_DLFCN_H 1$(DL) >> $@
index 6012ab4892bbee67a3336652dce0a3ab6902d50d..aec7dd6660d69e17f7d60026a95120a71ab68b26 100644 (file)
@@ -283,7 +283,7 @@ config.h: Makefile.netware
        @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 PACKAGE_BUGREPORT "a suitable curl mailing list => http://curl.haxx.se/mail/"$(DL) >> $@
        @echo $(DL)#define USE_MANUAL 1$(DL) >> $@
        @echo $(DL)#define HAVE_ARPA_INET_H 1$(DL) >> $@
        @echo $(DL)#define HAVE_ASSERT_H 1$(DL) >> $@