diff options
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r-- | unix/Makefile.in | 10 |
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@ |