aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaolo Bonzini <bonzini@gnu.org>2004-12-28 17:39:43 +0000
committerPaolo Bonzini <bonzini@gnu.org>2004-12-28 17:39:43 +0000
commit11d07737e9712b218e10e40419c55f6ec20b731a (patch)
treed5d4450a2a8043b49ebc93ac90e1f0d3fc750c81 /ChangeLog
parent3f9a994c5e1bf23dfa6b0f3e62ebfcbc43683e8b (diff)
downloadgdb-11d07737e9712b218e10e40419c55f6ec20b731a.zip
gdb-11d07737e9712b218e10e40419c55f6ec20b731a.tar.gz
gdb-11d07737e9712b218e10e40419c55f6ec20b731a.tar.bz2
2004-12-28 Paolo Bonzini <bonzini@gnu.org>
PR bootstrap/17383 * Makefile.def (target_modules): Remove stage parameter, it is always true now. * Makefile.tpl (configure-build-[+module+], configure-target-[+module+]): Always build symlink tree for the directory and for include. BUILD_SUBDIR and TARGET_SUBDIR cannot be . anymore. * Makefile.in: Regenerate.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e73483e..c7a54ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2004-12-28 Paolo Bonzini <bonzini@gnu.org>
+
+ PR bootstrap/17383
+
+ * Makefile.def (target_modules): Remove stage parameter,
+ it is always true now.
+ * Makefile.tpl (configure-build-[+module+],
+ configure-target-[+module+]): Always build symlink tree
+ for the directory and for include. BUILD_SUBDIR and
+ TARGET_SUBDIR cannot be . anymore.
+ * Makefile.in: Regenerate.
+
2004-12-25 David Edelsohn <edelsohn@gnu.org>
Revert 2004-12-08 Makefile changes.