From 3bbb593478ddfbf176fc6e528883f974f78f32b8 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 10 Nov 1995 10:19:10 +0000 Subject: [PATCH] cclsh now build on 'make all'. --- ccl/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ccl/Makefile b/ccl/Makefile index 109daa8..eb0734d 100644 --- a/ccl/Makefile +++ b/ccl/Makefile @@ -2,7 +2,10 @@ # Europagate, 1995 # # $Log: Makefile,v $ -# Revision 1.10 1995/05/11 14:03:56 adam +# Revision 1.11 1995/11/10 10:19:10 adam +# cclsh now build on 'make all'. +# +# Revision 1.10 1995/05/11 14:03:56 adam # Changes in the reading of qualifier(s). New function: ccl_qual_fitem. # New variable ccl_case_sensitive, which controls whether reserved # words and field names are case sensitive or not. @@ -40,7 +43,7 @@ PO=cclfind.o ccltoken.o cclerrms.o cclqual.o cclptree.o cclqfile.o cclstr.o CPP=$(CC) -E DEFS=$(INCLUDE) -all: $(LIB) $(TPROG1) +all: $(LIB) $(TPROG1): $(TPROG1).o $(LIB) $(CC) $(CFLAGS) -o $(TPROG1) $(TPROG1).o $(LIB) -- 1.7.10.4