diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2006-07-24 19:10:47 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2006-07-24 19:10:47 +0000 |
commit | 48a0321569769612f114b65b0df51d4fe3072739 (patch) | |
tree | 890a066e0e1d9244c181d925be2c50278524c374 /ChangeLog | |
parent | 02faca19a73393d85e3875de9e4f349b4f839ee0 (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-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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] |