diff options
author | Michael Meissner <gnu@the-meissners.org> | 1997-02-09 01:37:55 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1997-02-09 01:37:55 +0000 |
commit | 754a678408186e703d32ebd21b04af87523eb335 (patch) | |
tree | 408896fc0d7f4bc8f02f2e76a40ca2efb79caff4 | |
parent | e7e98487ba4d9f93ff8043b49a49bdc2c542f1a6 (diff) | |
download | gdb-754a678408186e703d32ebd21b04af87523eb335.zip gdb-754a678408186e703d32ebd21b04af87523eb335.tar.gz gdb-754a678408186e703d32ebd21b04af87523eb335.tar.bz2 |
Fix circular dependency
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com> + + * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl. + Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com> * Makefile.in (ALL_MODULES): Added all-db. diff --git a/Makefile.in b/Makefile.in index 32ddce1..9db3296 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++ |