diff options
author | Paul Smith <psmith@gnu.org> | 2003-03-28 06:31:44 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2003-03-28 06:31:44 +0000 |
commit | 652234e967b825478d0b756a65353f252adf73d3 (patch) | |
tree | ad9f9497f6ee9abe4c8d2b0d7d3e04ca12fab24c /tests/ChangeLog | |
parent | acb2e6496630080a172d8938f0e0a459ee2929e2 (diff) | |
download | gunmake-652234e967b825478d0b756a65353f252adf73d3.tar.gz |
Fix bug #2515: the .SECONDARY target with no prerequisites wasn't
behaving properly (if you listed prerequisites it worked properly).
Diffstat (limited to 'tests/ChangeLog')
-rw-r--r-- | tests/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index 88fffb6..b4ba23e 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,8 @@ +2003-03-28 Paul D. Smith <psmith@gnu.org> + + * scripts/targets/SECONDARY: Test the "global" .SECONDARY (with + not prerequisites)--Bug #2515. + 2003-01-30 Paul D. Smith <psmith@gnu.org> * scripts/features/targetvars: Test very long target-specific |