From: ceriel Date: Thu, 6 Dec 1984 10:39:28 +0000 (+0000) Subject: Changed so that the installation process will continue if LLgen X-Git-Tag: release-5-5~5894 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=2c7c97051b2b6cee0a35b9d0888557a225906dec;p=ack.git Changed so that the installation process will continue if LLgen is not present yet. Also added Makefile to the "make pr" entry. --- diff --git a/util/LLgen/src/Makefile b/util/LLgen/src/Makefile index d088de821..5e5f7ad91 100644 --- a/util/LLgen/src/Makefile +++ b/util/LLgen/src/Makefile @@ -1,6 +1,6 @@ # $Header$ PROF= -LLOPT=-vvv -x +LLOPT= # -vvv -x CFLAGS=$(PROF) -O -DNDEBUG # -R LDFLAGS=-i OBJECTS = main.o gencode.o compute.o LLgen.o tokens.o check.o reach.o global.o name.o sets.o Lpars.o alloc.o machdep.o @@ -14,7 +14,8 @@ all: @make LLgen "LDFLAGS=$(LDFLAGS)" "CC=$(CC)" "PROF=$(PROF)" "CFLAGS=$(CFLAGS)" parser: $(GFILES) - LLgen $(LLOPT) $(GFILES) + -LLgen $(LLOPT) $(GFILES) +# must continue when installing LLgen @touch parser LLgen: $(OBJECTS) @@ -22,7 +23,7 @@ LLgen: $(OBJECTS) @size LLgen pr : - @pr $(FILES) ../lib/rec ../lib/incl + @pr $(FILES) ../lib/rec ../lib/incl Makefile lint: $(LINT) $(CFILES)