Don't pass -O to lint.
authorceriel <none@none>
Mon, 2 Mar 1987 16:48:46 +0000 (16:48 +0000)
committerceriel <none@none>
Mon, 2 Mar 1987 16:48:46 +0000 (16:48 +0000)
util/ncgg/Makefile

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