summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authorstwo <stwo>2010-12-17 23:49:37 (GMT)
committerstwo <stwo>2010-12-17 23:49:37 (GMT)
commitbcf76985e02074220f86d2cb6e8bfedf6db60447 (patch)
treeafa45c21f48d22f1ed002affc63d2e4bf48bd25c /unix/Makefile.in
parentf66e89b0917da5d8b19cc757c2b408397f6d7947 (diff)
downloadtcl-bcf76985e02074220f86d2cb6e8bfedf6db60447.zip
tcl-bcf76985e02074220f86d2cb6e8bfedf6db60447.tar.gz
tcl-bcf76985e02074220f86d2cb6e8bfedf6db60447.tar.bz2
Remove unwanted/obsolete 'ddd' target.
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in9
1 files changed, 2 insertions, 7 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 29e8ab3..0d6d337 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.314 2010/12/17 23:14:41 stwo Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.315 2010/12/17 23:49:37 stwo Exp $
VERSION = @TCL_VERSION@
MAJOR_VERSION = @TCL_MAJOR_VERSION@
@@ -260,7 +260,6 @@ INSTALL_TZDATA = @INSTALL_TZDATA@
#--------------------------------------------------------------------------
GDB = gdb
-DDD = ddd
TRACE = strace
TRACE_OPTS =
VALGRIND = valgrind
@@ -735,10 +734,6 @@ shell: ${TCL_EXE}
gdb: ${TCL_EXE}
$(SHELL_ENV) $(GDB) ./${TCL_EXE}
-# This target can be used to run tclsh inside ddd
-ddd: ${TCL_EXE}
- $(SHELL_ENV) $(DDD) ./${TCL_EXE}
-
valgrind: ${TCL_EXE} ${TCLTEST_EXE}
$(SHELL_ENV) $(VALGRIND) $(VALGRINDARGS) ./${TCLTEST_EXE} $(TOP_DIR)/tests/all.tcl -singleproc 1 $(TESTFLAGS)
@@ -2056,7 +2051,7 @@ BUILD_HTML = \
.PHONY: clean distclean depend genstubs checkstubs checkexports checkuchar
.PHONY: shell gdb valgrind valgrindshell dist alldist rpm
.PHONY: tclLibObjs tcltest-real test-tcl gdb-test ro-test trace-test xttest
-.PHONY: topDirName gendate gentommath_h trace-shell ddd checkdoc
+.PHONY: topDirName gendate gentommath_h trace-shell checkdoc
.PHONY: install-tzdata install-msgs
.PHONY: packages configure-packages test-packages clean-packages
.PHONY: dist-packages distclean-packages install-packages