diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-10 16:58:26 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-10 16:58:26 (GMT) |
commit | 2061afedcc31ca00e6ff09dda489ca101e736339 (patch) | |
tree | 880c2a67e17227f8ccb713a0c78d2ca66d2e5a6a /unix | |
parent | 1699143ae3d61b95f275d18975d4100ae574f781 (diff) | |
parent | f5ac592def2fc9aed2314cfa3015e377247d599c (diff) | |
download | tcl-2061afedcc31ca00e6ff09dda489ca101e736339.zip tcl-2061afedcc31ca00e6ff09dda489ca101e736339.tar.gz tcl-2061afedcc31ca00e6ff09dda489ca101e736339.tar.bz2 |
Merge 8.7
Diffstat (limited to 'unix')
-rw-r--r-- | unix/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 74d027f..18b6de1 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -866,6 +866,7 @@ SHELL_ENV = @LD_LIBRARY_PATH_VAR@=`pwd`:${@LD_LIBRARY_PATH_VAR@} \ TCL_LIBRARY="${TCL_BUILDTIME_LIBRARY}" ${TCLTEST_EXE}: ${TCLTEST_OBJS} ${TCL_LIB_FILE} ${TCL_STUB_LIB_FILE} ${BUILD_DLTEST} + rm -rf $(TOP_DIR)/tests/safe-stock86.test $(MAKE) tcltest-real LIB_RUNTIME_DIR="`pwd`" tcltest-real: |