summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorstanton <stanton>1999-02-02 23:00:07 (GMT)
committerstanton <stanton>1999-02-02 23:00:07 (GMT)
commit3b21460697712da106e06fb0d6b9c34b80c7f63c (patch)
tree250ed28e38cc9fba920bcbc99df18a10ba703b1d /unix
parent8ee185f04ef85e7d1406f6c73d04f2a01658c2ca (diff)
downloadtcl-3b21460697712da106e06fb0d6b9c34b80c7f63c.zip
tcl-3b21460697712da106e06fb0d6b9c34b80c7f63c.tar.gz
tcl-3b21460697712da106e06fb0d6b9c34b80c7f63c.tar.bz2
added tcltest as a dependency of runtest
Diffstat (limited to 'unix')
-rw-r--r--unix/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index dca1721..b0c688c 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -5,7 +5,7 @@
# "autoconf" program (constructs like "@foo@" will get replaced in the
# actual Makefile.
#
-# RCS: @(#) $Id: Makefile.in,v 1.16 1998/12/08 12:43:10 suresh Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.17 1999/02/02 23:00:07 stanton Exp $
# Current Tcl version; used in various names.
@@ -378,7 +378,7 @@ test: tcltest
( echo cd $(TOP_DIR)/tests\; source all ) | ./tcltest
# Useful target to launch a built tcltest with the proper path,...
-runtest:
+runtest: tcltest
LD_LIBRARY_PATH=`pwd`:${LD_LIBRARY_PATH}; export LD_LIBRARY_PATH; \
SHLIB_PATH=`pwd`:${SHLIB_PATH}; export SHLIB_PATH; \
TCL_LIBRARY=${TOP_DIR}/library; export TCL_LIBRARY; \
@@ -403,7 +403,7 @@ topDirName:
gendate:
yacc -l $(GENERIC_DIR)/tclGetDate.y
sed -e 's/yy/TclDate/g' -e '/^#include <values.h>/d' \
- -e 's/SCCSID/RCS: @(#) $Id: Makefile.in,v 1.16 1998/12/08 12:43:10 suresh Exp $'
+ -e 's/SCCSID/RCS: @(#) $Id: Makefile.in,v 1.17 1999/02/02 23:00:07 stanton Exp $'
-e '/#ifdef __STDC__/,/#endif/d' -e '/TclDateerrlab:/d' \
-e '/TclDatenewstate:/d' -e '/#pragma/d' \
<y.tab.c >$(GENERIC_DIR)/tclDate.c