summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
diff options
context:
space:
mode:
authorstanton <stanton>1999-07-08 23:17:55 (GMT)
committerstanton <stanton>1999-07-08 23:17:55 (GMT)
commitaa4a2e7991d22ac6c100c86fe8f2849644583052 (patch)
treea3dfebd14b56293c7e531057ac3671dcfc1a216e /win/Makefile.in
parentb1a20a87442e79d2a1b990695b056bc86dd72024 (diff)
downloadtcl-aa4a2e7991d22ac6c100c86fe8f2849644583052.zip
tcl-aa4a2e7991d22ac6c100c86fe8f2849644583052.tar.gz
tcl-aa4a2e7991d22ac6c100c86fe8f2849644583052.tar.bz2
* win/Makefile.in: Added tcltest target so runtest works
properly. Added missing names to the clean/distclean targets. * tests/reg.test: * generic/rege_dfa.c: Applied fix supplied by Henry Spencer for bug in DFA state caching under lookahead conditions. [Bug: 2318]
Diffstat (limited to 'win/Makefile.in')
-rw-r--r--win/Makefile.in12
1 files changed, 7 insertions, 5 deletions
diff --git a/win/Makefile.in b/win/Makefile.in
index 1d28d98..d45c7ea 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -5,7 +5,7 @@
# "autoconf" program (constructs like "@foo@" will get replaced in the
# actual Makefile.
#
-# RCS: @(#) $Id: Makefile.in,v 1.13 1999/06/30 22:35:10 redman Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.14 1999/07/08 23:17:56 stanton Exp $
VERSION = @TCL_VERSION@
@@ -119,7 +119,7 @@ STATIC_LIBRARIES = $(TCL_LIB_FILE)
TCLSH = tclsh$(VER)${EXESUFFIX}
TCLTEST = tcltest${EXEEXT}
-CAT32 = cat32
+CAT32 = cat32$(EXEEXT)
@SET_MAKE@
@@ -269,6 +269,8 @@ TCL_OBJS = ${GENERIC_OBJS} ${WIN_OBJS} ${COMPAT_OBJS}
all: binaries libraries doc
+tcltest: $(TCLTEST)
+
binaries: @LIBRARIES@ $(STATIC_LIBRARIES) $(TCLSH)
libraries:
@@ -455,11 +457,11 @@ Makefile: Makefile.in
clean:
$(RM) *.lib *.exp *.dll *.${OBJEXT} *~ \#* TAGS a.out
- $(RM) $(TCLSH) $(TCLTEST)
- $(RM) *.pch
+ $(RM) $(TCLSH) $(TCLTEST) $(CAT32)
+ $(RM) *.pch *.ilk *.pdb
distclean: clean
- $(RM) Makefile config.status config.cache config.log
+ $(RM) Makefile config.status config.cache config.log tclConfig.sh
#
# Regenerate the stubs files.