summaryrefslogtreecommitdiffstats
path: root/shellicon/Makefile.in
diff options
context:
space:
mode:
authortreectrl <treectrl>2007-02-02 20:35:26 (GMT)
committertreectrl <treectrl>2007-02-02 20:35:26 (GMT)
commit5c937b8e314aa63807b3a1a29fdc76e199f09537 (patch)
tree1722302b7006818829921e9021b5bb72448432b7 /shellicon/Makefile.in
parentf89c2cce1372121ce04f57aa18213d8b2ee095fb (diff)
downloadtktreectrl-5c937b8e314aa63807b3a1a29fdc76e199f09537.zip
tktreectrl-5c937b8e314aa63807b3a1a29fdc76e199f09537.tar.gz
tktreectrl-5c937b8e314aa63807b3a1a29fdc76e199f09537.tar.bz2
Added --silent option to 'make gdb'.
Diffstat (limited to 'shellicon/Makefile.in')
-rw-r--r--shellicon/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/shellicon/Makefile.in b/shellicon/Makefile.in
index bd24677..ae7a437 100644
--- a/shellicon/Makefile.in
+++ b/shellicon/Makefile.in
@@ -12,7 +12,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: Makefile.in,v 1.1 2007/01/31 00:45:55 treectrl Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.2 2007/02/02 20:35:26 treectrl Exp $
#========================================================================
# Edit the following few lines when writing a new extension
@@ -236,7 +236,7 @@ demo: binaries libraries
@$(WISH) `@CYGPATH@ $(srcdir)/demos/demo.tcl` | cat
gdb:
- $(TCLSH_ENV) gdb --args $(WISH_PROG) $(srcdir)/demos/demo.tcl
+ $(TCLSH_ENV) gdb --silent --args $(WISH_PROG) $(srcdir)/demos/demo.tcl
depend: