diff options
author | Syd Polk <spolk@apple.com> | 1998-06-12 21:04:33 +0000 |
---|---|---|
committer | Syd Polk <spolk@apple.com> | 1998-06-12 21:04:33 +0000 |
commit | b0dae4d786ec71e54d4e6887a1712629a5c514f3 (patch) | |
tree | 028f8d8ef0b157c4c6e5f9141ae21f15728861b0 /Makefile.in | |
parent | 1e3d6cc4014c7ebe804974a5a96e2f4c86cdf82a (diff) | |
download | gdb-b0dae4d786ec71e54d4e6887a1712629a5c514f3.zip gdb-b0dae4d786ec71e54d4e6887a1712629a5c514f3.tar.gz gdb-b0dae4d786ec71e54d4e6887a1712629a5c514f3.tar.bz2 |
Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
* Makefile.in: all-snavigator needs all-libgui.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 14 |
1 files changed, 12 insertions, 2 deletions
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" |