From: keie Date: Mon, 18 Feb 1985 12:45:31 +0000 (+0000) Subject: The PDP 11 needs -i, Vax'en ignore it. X-Git-Tag: release-5-5~5605 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=241a7de970fddb8235b09522605d1e41ead88a18;p=ack.git The PDP 11 needs -i, Vax'en ignore it. --- diff --git a/util/ncgg/Makefile b/util/ncgg/Makefile index 293394670..9f40e92a7 100644 --- a/util/ncgg/Makefile +++ b/util/ncgg/Makefile @@ -6,6 +6,7 @@ SOURCES=*.h cgg.y scan.l cvtkeywords keywords coerc.c emlookup.c error.c expr.c EMH=../../h CFLAGS=-I$(EMH) YFLAGS=-v -d +LDFLAGS=-i cgg: cgg.o $(OFILES) output.o