From: ceriel Date: Mon, 18 Dec 1989 16:41:55 +0000 (+0000) Subject: use normal C compiler X-Git-Tag: release-5-5~1990 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=328b5011af07c99a808fee0946f8e7918d3c24ec;p=ack.git use normal C compiler --- diff --git a/lang/cem/cpp.ansi/Makefile b/lang/cem/cpp.ansi/Makefile index 50089c3f6..723731db5 100644 --- a/lang/cem/cpp.ansi/Makefile +++ b/lang/cem/cpp.ansi/Makefile @@ -24,8 +24,8 @@ CEMPP = $(BIN)/ncpp TABGEN = $(EMHOME)/bin/tabgen # What C compiler to use and how -CC = fcc -COPTIONS = +CC = cc +COPTIONS = -O LDFLAGS = -i # What parser generator to use and how