From: Syd Polk Date: Fri, 12 Jun 1998 21:04:33 +0000 (+0000) Subject: Fri Jun 12 14:03:34 1998 Syd Polk X-Git-Tag: gdb-4_18~1894 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b0dae4d786ec71e54d4e6887a1712629a5c514f3;p=platform%2Fupstream%2Fbinutils.git Fri Jun 12 14:03:34 1998 Syd Polk * Makefile.in: all-snavigator needs all-libgui. --- diff --git a/ChangeLog b/ChangeLog index 68bd970..c004bd9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Fri Jun 12 14:03:34 1998 Syd Polk + + * Makefile.in: all-snavigator needs all-libgui. + Thu Jun 11 19:43:47 1998 Mark Alexander * configure.in: Add cygmon and libstub support for mn10300. diff --git a/Makefile.in b/Makefile.in index 159c9fc..c93d1bf 100644 --- a/Makefile.in +++ b/Makefile.in @@ -544,7 +544,9 @@ ALL_MODULES = \ all-send-pr \ all-shellutils \ all-sim \ + $(start-sanitize-cygnus) \ all-snavigator \ + $(end-sanitize-cygnus) \ all-tar \ all-tcl \ all-texinfo \ @@ -627,7 +629,9 @@ CROSS_CHECK_MODULES = \ check-sed \ check-send-pr \ check-shellutils \ + $(start-sanitize-cygnus) \ check-snavigator \ + $(end-sanitize-cygnus) \ check-sim \ check-tar \ check-tcl \ @@ -716,7 +720,9 @@ INSTALL_MODULES = \ install-send-pr \ install-shellutils \ install-sim \ + $(start-sanitize-cygnus) \ install-snavigator \ + $(end-sanitize-cygnus) \ install-tar \ install-texinfo \ install-textutils \ @@ -904,7 +910,9 @@ CLEAN_MODULES = \ clean-send-pr \ clean-shellutils \ clean-sim \ + $(start-sanitize-cygnus) \ clean-snavigator \ + $(end-sanitize-cygnus) \ clean-tar \ clean-tcl \ clean-texinfo \ @@ -1609,7 +1617,9 @@ all-sed: all-libiberty all-send-pr: all-prms all-shellutils: all-sim: all-libiberty all-bfd all-opcodes all-readline -all-snavigator: all-tcl all-tk all-tix all-itcl all-db all-grep all-flexlm +# start-sanitize-cygnus +all-snavigator: all-tcl all-tk all-tix all-itcl all-db all-grep all-flexlm all-libgui +# end-sanitize-cygnus all-tar: all-libiberty all-tcl: all-tclX: all-tcl all-tk @@ -1779,7 +1789,7 @@ binutils.tar.gz: $(DIST_SUPPORT) $(BINUTILS_SUPPORT_DIRS) binutils SUPPORT_FILES="$(BINUTILS_SUPPORT_DIRS) makeall.bat configure.bat" .PHONY: gas+binutils.tar.gz -GASB_SUPPORT_DIRS= $(GAS_SUPPORT_DIRS) binutils ld gprof intl +GASB_SUPPORT_DIRS= $(GAS_SUPPORT_DIRS) binutils ld gprof gas+binutils.tar.gz: $(DIST_SUPPORT) $(GASB_SUPPORT_DIRS) gas $(MAKE) -f Makefile.in taz TOOL=gas \ SUPPORT_FILES="$(GASB_SUPPORT_DIRS) makeall.bat configure.bat"