From 290fc621ae6e0481d34403c7b3f96b5af3ab9491 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 21b90be0..c6ac9d7e 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