aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormescalinum <mescalinum@users.sourceforge.net>2009-09-12 21:04:57 +0000
committermescalinum <mescalinum@users.sourceforge.net>2009-09-12 21:04:57 +0000
commit5177936e2f429d797e1840ffa3b9de472d3d96a1 (patch)
tree1880948bb9d6a2b93f1baa416128e81128efa820 /Makefile
parent0a295dc6a12b98b8e2e9c99eb84d02bdf9ea2730 (diff)
disable syntax check by default, as it fails with tcl8.4
svn path=/trunk/externals/tclpd/; revision=12321
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7f37a4d..f0aaceb 100644
--- a/Makefile
+++ b/Makefile
@@ -49,7 +49,7 @@ tcl_wrap.cxx:: tcl.i tcl_extras.h Makefile
.cxx.o:: tcl_extras.h Makefile
$(CXX) $(CFLAGS) $(INCLUDES) -xc++ -c $<
-$(LIBNAME)$(PDSUF):: tcl_extras.h Makefile $(OBJS) pdlib_tcl_syntax
+$(LIBNAME)$(PDSUF):: tcl_extras.h Makefile $(OBJS)
$(LDSHARED) $(CFLAGS) -o $(LIBNAME)$(PDSUF) $(OBJS) $(LDSOFLAGS)
pdlib_tcl_syntax: pdlib.tcl