summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2007-11-28 02:05:24 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2007-11-28 02:05:24 (GMT)
commitd767a87141e1fb21cf827bd522c73ffd417f8c46 (patch)
tree8562b41a2eeec83e110d8417b075905c42ef4263 /win/makefile.vc
parent55f6adc5b76aed80e9078d161d890051fecbc651 (diff)
downloadtk-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/makefile.vc')
-rw-r--r--win/makefile.vc6
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)