diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-11-23 16:09:33 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-11-23 16:09:33 (GMT) |
commit | bb110b19891f138458016add065c7dae4d7e2b39 (patch) | |
tree | d0e639f266469ceaee625f0ec97ad22b267558bb /ChangeLog | |
parent | 596d16d10b16b1c9bd2990e294c56303024de03b (diff) | |
download | tk-bb110b19891f138458016add065c7dae4d7e2b39.zip tk-bb110b19891f138458016add065c7dae4d7e2b39.tar.gz tk-bb110b19891f138458016add065c7dae4d7e2b39.tar.bz2 |
Better fix for the problem when someone tricks make into thinking 'test' is a
real target.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,7 +1,12 @@ +2009-11-23 Donal K. Fellows <dkf@users.sf.net> + + * unix/Makefile.in: Added .PHONY lines to stop make from getting + confused when someone makes an error in a rule. + 2009-11-22 Pat Thoyts <patthoyts@users.sourceforge.net> - * tests/winWm.test: Make sure the window is still present - * win/tkWinWm.c: when handling delayed activation [Bug 2899949] + * tests/winWm.test: [Bug 2899949]: Make sure the window is still + * win/tkWinWm.c: present when handling delayed activation. * win/Makefile.vc: Include tk stubs in the tktest link |