summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authorstwo <stwo>2010-12-17 23:51:46 (GMT)
committerstwo <stwo>2010-12-17 23:51:46 (GMT)
commitb6620722042118591eb20a1be3cb565d2518a94c (patch)
tree9f673d5609b89bff717457b687f269fcfb0c38fe /unix/Makefile.in
parent99a85c58620ba2393891f55b8a9ecbc4baf313fb (diff)
downloadtcl-b6620722042118591eb20a1be3cb565d2518a94c.zip
tcl-b6620722042118591eb20a1be3cb565d2518a94c.tar.gz
tcl-b6620722042118591eb20a1be3cb565d2518a94c.tar.bz2
Remove unwanted/obsolete 'ddd' target.
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in10
1 files changed, 1 insertions, 9 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 555052e..892ec78 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -4,7 +4,7 @@
# "./configure", which is a configuration script generated by the "autoconf"
# program (constructs like "@foo@" will get replaced in the actual Makefile.
#
-# RCS: @(#) $Id: Makefile.in,v 1.229.2.29 2010/12/17 21:59:03 stwo Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.229.2.30 2010/12/17 23:51:46 stwo Exp $
VERSION = @TCL_VERSION@
MAJOR_VERSION = @TCL_MAJOR_VERSION@
@@ -249,7 +249,6 @@ INSTALL_TZDATA = @INSTALL_TZDATA@
#--------------------------------------------------------------------------
GDB = gdb
-DDD = ddd
#--------------------------------------------------------------------------
# The information below should be usable as is. The configure script won't
@@ -631,13 +630,6 @@ gdb: ${TCL_EXE}
$(GDB) ./${TCL_EXE} --command=gdb.run
rm gdb.run
-# This target can be used to run tclsh inside ddd
-ddd: ${TCL_EXE}
- @echo "set env @LD_LIBRARY_PATH_VAR@=\"`pwd`:$${@LD_LIBRARY_PATH_VAR@}\"" > gdb.run
- @echo "set env TCL_LIBRARY=${TCL_BUILDTIME_LIBRARY}" >> gdb.run
- $(DDD) -command=gdb.run ./${TCL_EXE}
- rm gdb.run
-
VALGRINDARGS=--tool=memcheck --num-callers=8 --leak-resolution=high --leak-check=yes --show-reachable=yes -v
valgrind: ${TCL_EXE} tcltest@EXEEXT@