aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaolo Bonzini <bonzini@gnu.org>2004-05-21 08:00:17 +0000
committerPaolo Bonzini <bonzini@gcc.gnu.org>2004-05-21 08:00:17 +0000
commit609754920ff466cb720aa317f96b1b7eceb30ad4 (patch)
tree8e6c5e406cefca8fca79c1868885d3e4022bbb5b /ChangeLog
parent082a099ce4d0c306c9af311189e9ae1f8c4cba68 (diff)
downloadgcc-609754920ff466cb720aa317f96b1b7eceb30ad4.tar.gz
gcc-609754920ff466cb720aa317f96b1b7eceb30ad4.tar.bz2
gcc-609754920ff466cb720aa317f96b1b7eceb30ad4.zip
Makefile.tpl: Whenever a recursive target is defined...
2004-05-21 Paolo Bonzini <bonzini@gnu.org> * Makefile.tpl: Whenever a recursive target is defined, wrap it in a special @if/@endif block, and prepare its maybe dependency in the @if/@endif block * configure.in: Instead of writing maybe dependencies, remove the @if/@endif statements, and remove the @if/@endif blocks that remain. * Makefile.in: Regenerate. * configure: Regenerate. From-SVN: r82088
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 145e70bca64..5c23ad82e4d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2004-05-21 Paolo Bonzini <bonzini@gnu.org>
+
+ * Makefile.tpl: Whenever a recursive target is defined, wrap
+ it in a special @if/@endif block, and prepare its maybe
+ dependency in the @if/@endif block
+ * configure.in: Instead of writing maybe dependencies, remove
+ the @if/@endif statements, and remove the @if/@endif blocks
+ that remain.
+ * configure: Regenerate.
+ * Makefile.in: Regenerate.
+
2004-05-20 Janis Johnson <janis187@us.ibm.com>
* MAINTAINERS (Various Maintainers): Add myself for compat testsuite.