Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
authorSyd Polk <spolk@apple.com>
Fri, 12 Jun 1998 21:04:33 +0000 (21:04 +0000)
committerSyd Polk <spolk@apple.com>
Fri, 12 Jun 1998 21:04:33 +0000 (21:04 +0000)
* Makefile.in: all-snavigator needs all-libgui.

ChangeLog
Makefile.in

index 68bd97040a42637dade0a4c3560bc70afe6ad401..c004bd993474c7a8aa90314818646112e7401bb0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
+
+       * Makefile.in: all-snavigator needs all-libgui.
+
 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
 
        * configure.in: Add cygmon and libstub support for mn10300.
index 159c9fc6df0f980c9e038d85f168e9a1dad13253..c93d1bf88b305980a8b0814e6ca78e1a4871a99c 100644 (file)
@@ -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"
This page took 0.031794 seconds and 4 git commands to generate.