From: Adam Dickmeiss Date: Mon, 26 Jun 1995 14:46:24 +0000 (+0000) Subject: Added CC=@CC@. X-Git-Tag: IRTCL.1.4~238 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;ds=sidebyside;h=767a36c6fa25635440469b0f72df7c01456ecaea;p=ir-tcl-moved-to-github.git Added CC=@CC@. --- diff --git a/Makefile.in b/Makefile.in index a5d550c..c021854 100644 --- a/Makefile.in +++ b/Makefile.in @@ -2,7 +2,7 @@ # (c) Index Data 1995 # See the file LICENSE for details. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile.in,v 1.9 1995-06-26 11:15:26 adam Exp $ +# $Id: Makefile.in,v 1.10 1995-06-26 14:46:24 adam Exp $ SHELL=/bin/sh # IrTcl Version @@ -24,6 +24,8 @@ YAZDIR=@YAZDIR@ MOSIDIR=@MOSIDIR@ LIBS=@LIBS@ -lm +CC=@CC@ + # X11 libraries and include file paths XLIB=@XLIBSW@ XINCLUDE=@XINCLUDES@