summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-10-22 14:31:26 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-10-22 14:31:26 (GMT)
commit021af90722d6cf901b75e8f36f0d6cf0a62ed56e (patch)
tree210b8a5ec1f4880f7174f9fa3f59c93e14544f3b /win/Makefile.in
parentd970d6f3f67a50a0b71ef5d61f77c9353a09ef64 (diff)
parentbe83197ee590ec252235b5684a13f8d42e35c814 (diff)
downloadtcl-021af90722d6cf901b75e8f36f0d6cf0a62ed56e.zip
tcl-021af90722d6cf901b75e8f36f0d6cf0a62ed56e.tar.gz
tcl-021af90722d6cf901b75e8f36f0d6cf0a62ed56e.tar.bz2
Merge 8.7
Diffstat (limited to 'win/Makefile.in')
-rw-r--r--win/Makefile.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/win/Makefile.in b/win/Makefile.in
index f1b72e1..9757c2e 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -596,7 +596,6 @@ ${TEST_DLL_FILE}: ${TCL_STUB_LIB_FILE} ${TCLTEST_OBJS}
${TEST_EXE_FILE}: ${TCL_STUB_LIB_FILE} ${TCLTEST_OBJS} tclTestMain.${OBJEXT}
@$(RM) ${TEST_EXE_FILE}
- @$(RM) $(ROOT_DIR_NATIVE)/tests/safe-stock86.test
$(CC) $(CFLAGS) $(TCLTEST_OBJS) tclTestMain.$(OBJEXT) $(TCL_LIB_FILE) $(TCL_STUB_LIB_FILE) $(LIBS) \
tclsh.$(RES) $(CC_EXENAME) $(LDFLAGS_CONSOLE)
$(COPY) tclsh.exe.manifest ${TEST_EXE_FILE}.manifest