Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2002-12-09 01:39:43 +0300
committerDJ Delorie <dj@redhat.com>2002-12-09 01:39:43 +0300
commit6f45749cffd7c2b9bc2fb43a652d23aedafc28df (patch)
tree10396fc247d70c20e2f0ad96055f0120ba369636
parent009bcda6f9b8d82fc94ebc976c94485a77296bf7 (diff)
* Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
* Makefile.in (all-sim): Ditto.
-rw-r--r--ChangeLog5
-rw-r--r--Makefile.in2
-rw-r--r--Makefile.tpl2
3 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index fcc27f3a8..afcefa44e 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 <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.
diff --git a/Makefile.in b/Makefile.in
index f43e006ad..81b4e4e9a 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 c9f9fe9b5..8a9284ef1 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