diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2002-12-18 18:35:31 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2002-12-18 18:35:31 +0000 |
commit | 59da4fe6651e50d2233bb16fae737e111b83aa5a (patch) | |
tree | e4b13c9e40fc9acb1693bc0b210acb3d7bc6354c /Makefile.in | |
parent | 2f1071075bfd131063329519e606af5571c412e7 (diff) | |
download | fsf-binutils-gdb-59da4fe6651e50d2233bb16fae737e111b83aa5a.zip fsf-binutils-gdb-59da4fe6651e50d2233bb16fae737e111b83aa5a.tar.gz fsf-binutils-gdb-59da4fe6651e50d2233bb16fae737e111b83aa5a.tar.bz2 |
* Makefile.tpl: Don't let real targets depend on phony targets.
* Makefile.in: Regenerate.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 7090ce0..400c875 100644 --- a/Makefile.in +++ b/Makefile.in @@ -7616,7 +7616,7 @@ configure-gdb: maybe-configure-tcl maybe-configure-tk maybe-configure-sim GDB_TK = @GDB_TK@ all-gdb: maybe-all-libiberty maybe-all-opcodes maybe-all-bfd maybe-all-mmalloc maybe-all-readline maybe-all-bison maybe-all-byacc maybe-all-sim $(gdbnlmrequirements) $(GDB_TK) install-gdb: maybe-install-tcl maybe-install-tk maybe-install-itcl maybe-install-tix maybe-install-libgui -libgui/Makefile: maybe-configure-tcl maybe-configure-tk +configure-libgui: maybe-configure-tcl maybe-configure-tk all-libgui: maybe-all-tcl maybe-all-tk maybe-all-itcl # Host modules specific to binutils. |