From: DJ Delorie Date: Sun, 8 Dec 2002 22:39:43 +0000 (+0000) Subject: * Makefile.tpl (all-sim): Depend on maybe-configure-gdb. X-Git-Tag: cagney-unwind-20030108-branchpoint~442 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a36d530e88e0a76d16191def2fc7d6794984594d;p=platform%2Fupstream%2Fbinutils.git * Makefile.tpl (all-sim): Depend on maybe-configure-gdb. * Makefile.in (all-sim): Ditto. --- diff --git a/ChangeLog b/ChangeLog index fcc27f3..afcefa4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,11 @@ * Makefile.tpl: Change configure dependencies to not have real targets depend on phony targets. +2002-12-06 DJ Delorie + + * Makefile.tpl: Change configure dependencies to not have real + targets depend on phony targets. + 2002-12-05 Nathanael Nerode * configure.in: Revert unintentional change. diff --git a/Makefile.in b/Makefile.in index f43e006..81b4e4e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 diff --git a/Makefile.tpl b/Makefile.tpl index c9f9fe9..8a9284e 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -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