From 5177936e2f429d797e1840ffa3b9de472d3d96a1 Mon Sep 17 00:00:00 2001 From: mescalinum Date: Sat, 12 Sep 2009 21:04:57 +0000 Subject: disable syntax check by default, as it fails with tcl8.4 svn path=/trunk/externals/tclpd/; revision=12321 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.1