summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2006-07-24 19:10:47 +0000
committerThomas Schwinge <tschwinge@gnu.org>2006-07-24 19:10:47 +0000
commit48a0321569769612f114b65b0df51d4fe3072739 (patch)
tree890a066e0e1d9244c181d925be2c50278524c374 /ChangeLog
parent02faca19a73393d85e3875de9e4f349b4f839ee0 (diff)
2006-07-24 Thomas Schwinge <tschwinge@gnu.org>
[bug #17127] * Makeconf (clean): Don't remove `*.*_d' files. (%.sdefsi): Add `%.sdefs.d' to the target list. Create these files by specifying `-MD' as a flag for CPP and mangle the output as needed. Include these `*.sdefs.d' files instead of `*.migs_d' and `*.migsh_d' files. (%.udefsi): Likewise for `%.udefs.d' / `*.migu_d' and `*.miguh_d'. (%.migs_d, %.migu_d, %.migsh_d, %.miguh_d): Remove targets.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 20264676..04a6f3b9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2006-07-24 Thomas Schwinge <tschwinge@gnu.org>
+
+ [bug #17127]
+ * Makeconf (clean): Don't remove `*.*_d' files.
+ (%.sdefsi): Add `%.sdefs.d' to the target list. Create these files by
+ specifying `-MD' as a flag for CPP and mangle the output as needed.
+ Include these `*.sdefs.d' files instead of `*.migs_d' and `*.migsh_d'
+ files.
+ (%.udefsi): Likewise for `%.udefs.d' / `*.migu_d' and `*.miguh_d'.
+ (%.migs_d, %.migu_d, %.migsh_d, %.miguh_d): Remove targets.
+
2006-03-21 Leonardo Lopes Pereira <leonardolopespereira@gmail.com>
[patch #4984]