diff options
author | Paul Smith <psmith@gnu.org> | 2005-12-11 15:41:17 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2005-12-11 15:41:17 +0000 |
commit | 3bcb608bdab1d3d24251548aac8bc33fc2fdad66 (patch) | |
tree | 9f5d9e31c96991d14c9774976873c32d2b467a72 /tests/ChangeLog | |
parent | 0e6c4f5b0ed4183bbdb8cdce168dcbd1bc9cf182 (diff) | |
download | gunmake-3bcb608bdab1d3d24251548aac8bc33fc2fdad66.tar.gz |
Extend .SECONDEXPANSION to implicit rules. Final fix for bug #13781.
Diffstat (limited to 'tests/ChangeLog')
-rw-r--r-- | tests/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index e222ef1..9320597 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,9 @@ +2005-12-11 Paul D. Smith <psmith@gnu.org> + + * scripts/misc/general4: Test implicit rules with '$' in the + prereq list & prereq patterns. + * scripts/features/se_implicit: Add in .SECONDEXPANSION settings. + 2005-12-09 Boris Kolpackov <boris@kolpackov.net> * scripts/features/patternrules: Add a test for bug #13022. |