Don't pass -O to lint.

This commit is contained in:
ceriel 1987-03-02 16:48:46 +00:00
parent 721de974ee
commit 04618dbe64

View file

@ -6,7 +6,8 @@ SOURCES=*.h cgg.y scan.l cvtkeywords keywords coerc.c emlookup.c error.c expr.c
EMHOME=../.. EMHOME=../..
EMH=$(EMHOME)/h EMH=$(EMHOME)/h
MANDIR=$(EMHOME)/man MANDIR=$(EMHOME)/man
CFLAGS=-O -I$(EMH) INCLUDES=-I$(EMH)
CFLAGS=-O $(INCLUDES)
YFLAGS=-v -d YFLAGS=-v -d
LDFLAGS=-i LDFLAGS=-i
@ -39,7 +40,7 @@ debugoutput.c: output.c
cp output.c debugoutput.c cp output.c debugoutput.c
lint: $(CFILES) lint: $(CFILES)
lint $(CFLAGS) $(CFILES) lint $(INCLUDES) $(CFILES)
touch lint touch lint
clean: clean: