aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGunter Knauf <gk@gknw.de>2005-09-06 00:39:41 +0000
committerGunter Knauf <gk@gknw.de>2005-09-06 00:39:41 +0000
commit4f1465e7c780fb77369acbead3a6150552f5c58a (patch)
tree50b8e722229f97cb7638ff361a077fa7b8c22371 /src
parent6120041b6996c393a69c3a7f5763cd580e2aa287 (diff)
minor Makefile fixes.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.netware2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.netware b/src/Makefile.netware
index 6012ab489..aec7dd666 100644
--- a/src/Makefile.netware
+++ b/src/Makefile.netware
@@ -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) >> $@