diff options
author | mdejong <mdejong> | 2004-09-23 20:04:06 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2004-09-23 20:04:06 (GMT) |
commit | c36a55ff0083738d8bd88d1ba5c164046e441f8f (patch) | |
tree | 8f926cc39cfa406f7de49c94d52bc89738eb6e53 /ChangeLog | |
parent | 198108e14897c176e8c959e0b17b298283a2fc73 (diff) | |
download | tcl-c36a55ff0083738d8bd88d1ba5c164046e441f8f.zip tcl-c36a55ff0083738d8bd88d1ba5c164046e441f8f.tar.gz tcl-c36a55ff0083738d8bd88d1ba5c164046e441f8f.tar.bz2 |
* unix/dltest/Makefile.in (clean): Fixup make clean
rule so that it does not delete all files when
SHLIB_SUFFIX is set to the empty string in a static build.
[Bug 1016726]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2004-09-23 Mo DeJong <mdejong@users.sourceforge.net> + + * unix/dltest/Makefile.in (clean): Fixup make clean + rule so that it does not delete all files when + SHLIB_SUFFIX is set to the empty string in a static build. + [Bug 1016726] + 2004-09-18 Donal K. Fellows <donal.k.fellows@man.ac.uk> * generic/tclExecute.c (TEBC-INST_LSHIFT,INST_RSHIFT): Ensure that |