diff options
author | Gunter Knauf <gk@gknw.de> | 2005-09-06 00:39:41 +0000 |
---|---|---|
committer | Gunter Knauf <gk@gknw.de> | 2005-09-06 00:39:41 +0000 |
commit | 4f1465e7c780fb77369acbead3a6150552f5c58a (patch) | |
tree | 50b8e722229f97cb7638ff361a077fa7b8c22371 /lib/Makefile.netware | |
parent | 6120041b6996c393a69c3a7f5763cd580e2aa287 (diff) |
minor Makefile fixes.
Diffstat (limited to 'lib/Makefile.netware')
-rw-r--r-- | lib/Makefile.netware | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.netware b/lib/Makefile.netware index 07b867ab4..e6d2c8801 100644 --- a/lib/Makefile.netware +++ b/lib/Makefile.netware @@ -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) >> $@ |