From d767a87141e1fb21cf827bd522c73ffd417f8c46 Mon Sep 17 00:00:00 2001 From: patthoyts Date: Wed, 28 Nov 2007 02:05:24 +0000 Subject: (bug 1835052) Fix tidy target to remove tktest rather than tcltest --- win/makefile.vc | 6 +++--- 1 file 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) -- cgit v0.12