* Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
* Makefile.in (all-sim): Ditto.
This commit is contained in:
parent
009bcda6f9
commit
6f45749cff
|
@ -3,6 +3,11 @@
|
|||
* Makefile.tpl: Change configure dependencies to not have real
|
||||
targets depend on phony targets.
|
||||
|
||||
2002-12-06 DJ Delorie <dj@redhat.com>
|
||||
|
||||
* Makefile.tpl: Change configure dependencies to not have real
|
||||
targets depend on phony targets.
|
||||
|
||||
2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
|
||||
|
||||
* configure.in: Revert unintentional change.
|
||||
|
|
|
@ -7707,7 +7707,7 @@ all-itcl: maybe-all-tcl maybe-all-tk
|
|||
install-itcl: maybe-install-tcl
|
||||
all-sid: maybe-all-tcl maybe-all-tk
|
||||
install-sid: maybe-install-tcl maybe-install-tk
|
||||
all-sim: maybe-all-libiberty maybe-all-bfd maybe-all-opcodes maybe-all-readline
|
||||
all-sim: maybe-all-libiberty maybe-all-bfd maybe-all-opcodes maybe-all-readline maybe-configure-gdb
|
||||
configure-tk: maybe-configure-tcl
|
||||
all-tk: maybe-all-tcl
|
||||
configure-tix: maybe-configure-tcl maybe-configure-tk
|
||||
|
|
|
@ -1312,7 +1312,7 @@ all-itcl: maybe-all-tcl maybe-all-tk
|
|||
install-itcl: maybe-install-tcl
|
||||
all-sid: maybe-all-tcl maybe-all-tk
|
||||
install-sid: maybe-install-tcl maybe-install-tk
|
||||
all-sim: maybe-all-libiberty maybe-all-bfd maybe-all-opcodes maybe-all-readline
|
||||
all-sim: maybe-all-libiberty maybe-all-bfd maybe-all-opcodes maybe-all-readline maybe-configure-gdb
|
||||
configure-tk: maybe-configure-tcl
|
||||
all-tk: maybe-all-tcl
|
||||
configure-tix: maybe-configure-tcl maybe-configure-tk
|
||||
|
|
Loading…
Reference in New Issue