diff options
author | Christopher Faylor <me@cgf.cx> | 2000-09-10 16:56:00 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2000-09-10 16:56:00 +0000 |
commit | 10e1fce6a1122737578402681e0a522da6dfa7f2 (patch) | |
tree | b4bd9427cb01579dc7aecd9d1c8f2611f40a5261 /winsup/utils/Makefile.in | |
parent | 4f7ac76aae140bb9de50fe4c81e3cf6d23b100e2 (diff) | |
download | cygnal-10e1fce6a1122737578402681e0a522da6dfa7f2.tar.gz cygnal-10e1fce6a1122737578402681e0a522da6dfa7f2.tar.bz2 cygnal-10e1fce6a1122737578402681e0a522da6dfa7f2.zip |
* Makefile.in: Refine dumper.exe message.
Diffstat (limited to 'winsup/utils/Makefile.in')
-rw-r--r-- | winsup/utils/Makefile.in | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/winsup/utils/Makefile.in b/winsup/utils/Makefile.in index b84250da4..2ba532626 100644 --- a/winsup/utils/Makefile.in +++ b/winsup/utils/Makefile.in @@ -127,10 +127,11 @@ $(mingw_build)/libmingw32.a: $(mingw_build)/Makefile @$(MAKE) -C $(@D) $(@F) warn_dumper: - @echo '*** Not building dumper.exe since some required libraries or headers' - @echo '*** are missing (libbfd.a, libintl.a, and include/).' - @echo '*** Check out and build these libraries from sources.redhat.com if you' - @echo '*** need dumper.exe. Otherwise, you can safely ignore this warning.' + @echo '*** Not building dumper.exe since some required libraries are' + @echo '*** missing: libbfd.a and libintl.a.' + @echo '*** If you need this program, check out the naked-bfd and naked-intl' + @echo '*** sources from sources.redhat.com. Then, configure and build these' + @echo '*** libraries. Otherwise, you can safely ignore this warning.' dumper.exe: module_info.o parse_pe.o dumper.o $(ALL_DEP_LDLIBS) ifdef VERBOSE |