From e203ddb7b60789b4712e324ec2e5a8a45999d7ad Mon Sep 17 00:00:00 2001 From: ceriel Date: Tue, 17 Mar 1987 11:02:37 +0000 Subject: [PATCH] Don't use the -n option! --- util/cpp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1