* Makefile.in (all-inet): Depend on all-tcl.

(all-inet): Depend on all-send-pr.
This commit is contained in:
Tom Tromey
1996-05-03 16:44:22 +00:00
parent 9e9cf82258
commit 13d7cbe208
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
* Makefile.in (all-inet): Depend on all-tcl.
(all-inet): Depend on all-send-pr.
Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com> Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
* configure.in (powerpcle-*-solaris*): Turn off tk and tcl * configure.in (powerpcle-*-solaris*): Turn off tk and tcl

View File

@ -431,6 +431,7 @@ ALL_MODULES = \
all-gzip \ all-gzip \
all-hello \ all-hello \
all-indent \ all-indent \
all-inet \
all-ispell \ all-ispell \
all-ld \ all-ld \
all-libiberty \ all-libiberty \
@ -488,6 +489,7 @@ CROSS_CHECK_MODULES = \
check-gzip \ check-gzip \
check-hello \ check-hello \
check-indent \ check-indent \
check-inet \
check-ispell \ check-ispell \
check-ld \ check-ld \
check-libiberty \ check-libiberty \
@ -540,6 +542,7 @@ INSTALL_MODULES = \
install-gzip \ install-gzip \
install-hello \ install-hello \
install-indent \ install-indent \
install-inet \
install-ispell \ install-ispell \
install-ld \ install-ld \
install-libiberty \ install-libiberty \
@ -650,6 +653,7 @@ INSTALL_TARGET_MODULES = \
# This is a list of the targets for which we can do a clean-{target}. # This is a list of the targets for which we can do a clean-{target}.
CLEAN_MODULES = \ CLEAN_MODULES = \
clean-apache \
clean-autoconf \ clean-autoconf \
clean-bfd \ clean-bfd \
clean-binutils \ clean-binutils \
@ -670,6 +674,7 @@ CLEAN_MODULES = \
clean-gzip \ clean-gzip \
clean-hello \ clean-hello \
clean-indent \ clean-indent \
clean-inet \
clean-ispell \ clean-ispell \
clean-ld \ clean-ld \
clean-libiberty \ clean-libiberty \
@ -1256,6 +1261,7 @@ all-guile:
all-gzip: all-libiberty all-gzip: all-libiberty
all-hello: all-libiberty all-hello: all-libiberty
all-indent: all-indent:
all-inet: all-tcl all-send-pr
all-ispell: all-emacs19 all-ispell: all-emacs19
all-ld: all-libiberty all-bfd all-opcodes all-byacc all-flex all-ld: all-libiberty all-bfd all-opcodes all-byacc all-flex
configure-target-libg++: $(ALL_GCC) configure-target-librx configure-target-libg++: $(ALL_GCC) configure-target-librx