aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--Makefile.in14
2 files changed, 16 insertions, 2 deletions
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 <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.
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"