summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2006-02-03 20:50:41 +0000
committerThomas Schwinge <tschwinge@gnu.org>2009-06-18 00:26:32 +0200
commitcc6d5de417c4fdf43e976035e74d679af16ee502 (patch)
tree3bac541325ee9452b01507b8823b8dff2048286b /ChangeLog
parent958602c5b7fd983198a09951bdfd45bf2664fc99 (diff)
ChangeLog corrected. Thanks to Alfred M. Szmidt.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index c93a978..22b2108 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,8 +8,8 @@
* Makefile.in: Include Makerules through top_builddir, so that it will
automatically be rebuilt if needed.
- * Makerules.in: Add -fno-strict-aliasing to CFLAGS.
- * i386/linux/Makefile.in: Likewise for linux-gen-flags.
+ * Makerules.in (CFLAGS): Added -fno-strict-aliasing.
+ * i386/linux/Makefile.in (linux-gen-flags): Likewise.
2006-02-02 Sergio Lopez <koro@sinrega.org>