aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-09-13 04:42:59 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-09-13 04:42:59 +0000
commit185d73e8eaa8e116a36205b5ea8998a7e9b299dc (patch)
tree04d0e3bfebbddee1dffd4df739e92d2175ad370d
parentbce99790fd04a7dc7e12631821757d8eda7f13e9 (diff)
rolled back tclpd changes since they have been breaking the build for two weeks
svn path=/trunk/; revision=12327
-rw-r--r--externals/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/externals/Makefile b/externals/Makefile
index 26248222..865cb135 100644
--- a/externals/Makefile
+++ b/externals/Makefile
@@ -86,9 +86,6 @@ endif
CXXFLAGS = $(CFLAGS)
-TCL_RUNTIME_VERSION=$(shell echo 'puts $$tcl_version' | tclsh)
-TCL_HEADERS_VERSION=$(shell sed -n 's|^#define TCL_VERSION.*"\([0-9]\.[0-9][0-9]*\)".*|\1|p' /usr/include/tcl.h)
-
### C++ files
%.$(EXTENSION): %.cpp
%.$(EXTENSION): %.cc
@@ -142,10 +139,6 @@ else
else
# GNU/Linux, BSD, IRIX, etc.
LIB_TARGETS += hid pdp pidip gem2pdp iem16 pdp_opengl pdvjtools postlude sixaxis
- # externals that depend on Tcl 8.5 or greater
- ifeq ($(TCL_HEADERS_VERSION),8.5)
- LIB_TARGETS += tclpd
- endif
endif
endif