diff options
author | mescalinum <mescalinum@users.sourceforge.net> | 2009-09-12 21:04:57 +0000 |
---|---|---|
committer | mescalinum <mescalinum@users.sourceforge.net> | 2009-09-12 21:04:57 +0000 |
commit | 5177936e2f429d797e1840ffa3b9de472d3d96a1 (patch) | |
tree | 1880948bb9d6a2b93f1baa416128e81128efa820 | |
parent | 0a295dc6a12b98b8e2e9c99eb84d02bdf9ea2730 (diff) |
disable syntax check by default, as it fails with tcl8.4
svn path=/trunk/externals/tclpd/; revision=12321
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |