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:
authorNathanael Nerode <neroden@gcc.gnu.org>2002-12-18 21:35:31 +0300
committerNathanael Nerode <neroden@gcc.gnu.org>2002-12-18 21:35:31 +0300
commitf99629e8c14a103eac224118fbe0d426a8c44eaf (patch)
tree0e4d3f0e7467a0303773634a384834885af4658c
parent5b6edf66616f74cd11d8ed8b578a9adb9209c7ba (diff)
* Makefile.tpl: Don't let real targets depend on phony targets.
* Makefile.in: Regenerate.
-rw-r--r--ChangeLog3
-rw-r--r--Makefile.in2
-rw-r--r--Makefile.tpl2
3 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index ac6131d16..f713321c8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
+ * Makefile.tpl: Don't let real targets depend on phony targets.
+ * Makefile.in: Regenerate.
+
* Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
* Makefile.in: Regenerate.
diff --git a/Makefile.in b/Makefile.in
index 7090ce0df..400c875fc 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.
diff --git a/Makefile.tpl b/Makefile.tpl
index b59f4911c..1a758859c 100644
--- a/Makefile.tpl
+++ b/Makefile.tpl
@@ -1290,7 +1290,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.