From: ceriel Date: Tue, 17 Mar 1987 11:02:37 +0000 (+0000) Subject: Don't use the -n option! X-Git-Tag: release-5-5~4385 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=e203ddb7b60789b4712e324ec2e5a8a45999d7ad;p=ack.git Don't use the -n option! --- diff --git a/util/cpp/Makefile b/util/cpp/Makefile index 21b90be0a..c6ac9d7e0 100644 --- a/util/cpp/Makefile +++ b/util/cpp/Makefile @@ -24,7 +24,7 @@ CEMPP = $(BIN)/cpp # What C compiler to use and how CC = cc COPTIONS = -LFLAGS = -n +LDFLAGS = -i # What parser generator to use and how GEN = $(EMHOME)/bin/LLgen