summaryrefslogtreecommitdiff
path: root/gdb/gdbtk/library/Makefile
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@specifix.com>2008-06-10 00:13:15 +0000
committerMichael Snyder <msnyder@specifix.com>2008-06-10 00:13:15 +0000
commitce119b4142eb7b70f580c8830fa2a1832b2de019 (patch)
tree9b8363b2417351934cd03581624454c5b122e1e4 /gdb/gdbtk/library/Makefile
parentea9e838749c0f6f20a7a12423efb0ef2a422e487 (diff)
downloadgdb-drow-reverse-20070409-branch.tar.gz
Daniel Jacobowitz' update to Michael Snyder's reverse debugging patchesdrow-reverse-20070409-branchcvs/drow-reverse-20070409-branch
Diffstat (limited to 'gdb/gdbtk/library/Makefile')
-rw-r--r--gdb/gdbtk/library/Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/gdb/gdbtk/library/Makefile b/gdb/gdbtk/library/Makefile
deleted file mode 100644
index c1e653b7944..00000000000
--- a/gdb/gdbtk/library/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-
-TCL := $(wildcard *.tcl *.itcl *.ith *.itb)
-
-TCLSH = tclsh
-
-tclIndex: $(TCL) Makefile
- echo "package require Itcl; auto_mkindex `pwd` $(TCL)" | $(TCLSH)
-
-tags: TAGS
-TAGS: $(TCL)
- etags --lang=none --regex='/[ \t]*\(proc\|method\|itcl_class\)[ \t]+\([^ \t]+\)/\1/' $(TCL)