diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2007-11-28 02:05:24 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2007-11-28 02:05:24 (GMT) |
commit | d767a87141e1fb21cf827bd522c73ffd417f8c46 (patch) | |
tree | 8562b41a2eeec83e110d8417b075905c42ef4263 /win | |
parent | 55f6adc5b76aed80e9078d161d890051fecbc651 (diff) | |
download | tk-d767a87141e1fb21cf827bd522c73ffd417f8c46.zip tk-d767a87141e1fb21cf827bd522c73ffd417f8c46.tar.gz tk-d767a87141e1fb21cf827bd522c73ffd417f8c46.tar.bz2 |
(bug 1835052) Fix tidy target to remove tktest rather than tcltest
Diffstat (limited to 'win')
-rw-r--r-- | win/makefile.vc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/win/makefile.vc b/win/makefile.vc index ee94d7c..b4e470d 100644 --- a/win/makefile.vc +++ b/win/makefile.vc @@ -12,7 +12,7 @@ # Copyright (c) 2001-2004 David Gravereaux. # #------------------------------------------------------------------------------ -# RCS: @(#) $Id: makefile.vc,v 1.113 2007/11/17 21:47:02 patthoyts Exp $ +# RCS: @(#) $Id: makefile.vc,v 1.114 2007/11/28 02:05:24 patthoyts Exp $ #------------------------------------------------------------------------------ # Check to see we are configured to build with MSVC (MSDEVDIR or MSVCDIR) @@ -938,8 +938,8 @@ tidy: @if exist $(TKIMPLIB) del $(TKIMPLIB) @echo Removing $(WISH) ... @if exist $(WISH) del $(WISH) - @echo Removing $(TCLTEST) ... - @if exist $(TCLTEST) del $(TCLTEST) + @echo Removing $(TKTEST) ... + @if exist $(TKTEST) del $(TKTEST) @echo Removing $(TKSTUBLIB) ... @if exist $(TKSTUBLIB) del $(TKSTUBLIB) |