From 754a678408186e703d32ebd21b04af87523eb335 Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Sun, 9 Feb 1997 01:37:55 +0000 Subject: [PATCH] Fix circular dependency --- ChangeLog | 4 ++++ Makefile.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0ea7443bab..d17b9d3184 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sat Feb 8 20:36:49 1997 Michael Meissner + + * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl. + Tue Feb 4 11:39:29 1997 Tom Tromey * Makefile.in (ALL_MODULES): Added all-db. diff --git a/Makefile.in b/Makefile.in index 32ddce1f8b..9db3296576 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1322,7 +1322,7 @@ all-hello: all-libiberty all-indent: all-inet: all-tcl all-send-pr all-perl all-ispell: all-emacs19 -all-tcl: all-tcl all-tk +all-itcl: all-tcl all-tk all-ld: all-libiberty all-bfd all-opcodes all-byacc all-flex configure-target-libg++: $(ALL_GCC) configure-target-librx all-target-libg++: configure-target-libg++ all-gas all-ld all-gcc all-target-libiberty all-target-newlib all-target-libio all-target-librx all-target-libstdc++ -- 2.34.1