X-Git-Url: http://git.indexdata.com/?p=ir-tcl-moved-to-github.git;a=blobdiff_plain;f=Makefile.in;h=b3d426ad0410276f8db9076f85bfbd0bc036f03e;hp=63432ba8f90a71b03f297bd348a017947d76d314;hb=f5b793bf279c020b5170a6b4d6201bc47550909b;hpb=9760821ff1062d9e253896ac3d2fadb77840f613 diff --git a/Makefile.in b/Makefile.in index 63432ba..b3d426a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,7 +1,7 @@ # IR toolkit for tcl/tk # (c) Index Data 1995-1999 # See the file LICENSE for details. -# $Id: Makefile.in,v 1.53 1999-12-12 00:25:59 adam Exp $ +# $Id: Makefile.in,v 1.54 2001-02-09 11:58:04 adam Exp $ SHELL=/bin/sh # IrTcl Version @@ -50,7 +50,7 @@ YAZINC=@YAZINC@ INCLUDE=-I. $(YAZINC) $(TKINC) $(TCLINC) # All command line options except CFLAGS -DEFS=-DCCL2RPN=0 @DEFS@ -DIRTCLDIR=\"$(IRTCLDIR)\" \ +DEFS=-DCCL2RPN=1 @DEFS@ -DIRTCLDIR=\"$(IRTCLDIR)\" \ $(INCLUDE) -DIR_TCL_VERSION=\"$(VERSION)\" INSTALL = @INSTALL@