From 1ca93d7aa10945a74c6e4d421e37d88e1d607588 Mon Sep 17 00:00:00 2001 From: ceriel Date: Fri, 26 Oct 1984 10:25:55 +0000 Subject: [PATCH] removed the "depend" emtry, added a "distr" entry, which should be used before a distribution is made. Also added the -DNORCSID flag to the lint-options. --- util/LLgen/src/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/util/LLgen/src/Makefile b/util/LLgen/src/Makefile index 187d0f5bd..757e8f717 100644 --- a/util/LLgen/src/Makefile +++ b/util/LLgen/src/Makefile @@ -7,7 +7,7 @@ OBJECTS = main.o gencode.o compute.o LLgen.o tokens.o check.o reach.o global.o n CFILES = main.c gencode.c compute.c LLgen.c tokens.c check.c reach.c global.c name.c sets.c Lpars.c alloc.c machdep.c FILES =types.h tunable.h extern.h io.h sets.h assert.h tokens.g LLgen.g main.c name.c compute.c sets.c gencode.c global.c check.c reach.c alloc.c machdep.c Makefile GFILES = tokens.g LLgen.g -LINT = lint -b -DNDEBUG +LINT = lint -b -DNDEBUG -DNORCSID all: @make parser "LLOPT=$(LLOPT)" @@ -30,8 +30,9 @@ lint: clean: -rm -f *.o LL.temp LL.xxx LL.output LLgen -depend: - ./makedepend `grep -v '\.h' sources` +distr: + -rm -f parser + make parser # The next lines are generated automatically # AUTOAUTOAUTOAUTOAUTOAUTOAUTOAUTOAUTOAUTOAUTOAUTOAUTOAUTO -- 2.34.1