From 767a36c6fa25635440469b0f72df7c01456ecaea Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 26 Jun 1995 14:46:24 +0000 Subject: [PATCH] Added CC=@CC@. --- Makefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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@ -- 1.7.10.4