aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaolo Bonzini <bonzini@gnu.org>2004-12-28 17:40:40 +0000
committerPaolo Bonzini <bonzini@gcc.gnu.org>2004-12-28 17:40:40 +0000
commit3224a22f101d9e6aa4d102dbcc9e9fa261414992 (patch)
treec18c3d24a09b2fae159cccf7255357f6946506ca /ChangeLog
parent7afe555c33574655b44170af0518624aecf0f371 (diff)
downloadgcc-3224a22f101d9e6aa4d102dbcc9e9fa261414992.zip
gcc-3224a22f101d9e6aa4d102dbcc9e9fa261414992.tar.gz
gcc-3224a22f101d9e6aa4d102dbcc9e9fa261414992.tar.bz2
re PR bootstrap/17383 (Building in src dir fails)
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. From-SVN: r92674
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d26aae6..7238209 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.