From 97e54e3244cfc305a94aa0d9a75c6b774ef41564 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 27 Mar 1995 12:49:03 +0000 Subject: [PATCH] Removed CFLAGS def. --- ccl/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ccl/Makefile b/ccl/Makefile index 520cec9..79512ee 100644 --- a/ccl/Makefile +++ b/ccl/Makefile @@ -2,7 +2,10 @@ # Europagate, 1995 # # $Log: Makefile,v $ -# Revision 1.6 1995/02/23 08:31:58 adam +# Revision 1.7 1995/03/27 12:49:03 adam +# Removed CFLAGS def. +# +# Revision 1.6 1995/02/23 08:31:58 adam # Changed header. # # Revision 1.4 1995/02/22 08:50:28 adam @@ -19,7 +22,7 @@ # SHELL=/bin/sh INCLUDE=-I../include -CFLAGS=-g -Wall -pedantic -ansi +#CFLAGS=-g -Wall -pedantic -ansi TPROG1=cclsh LIB=../lib/ccl.a PO=cclfind.o ccltoken.o cclerrms.o cclqual.o cclptree.o -- 1.7.10.4