Added mechanism to warn correctly about conflicts

This commit is contained in:
ceriel
1990-01-19 16:05:44 +00:00
parent d00a333dca
commit 2592095655
19 changed files with 19 additions and 17 deletions

View File

@@ -40,7 +40,7 @@ as: $(COBJ) as.o
as.y: $(CDIR)/comm2.y
$(CPP) -P -I. -I$h $(DEF) $(CDIR)/comm2.y >as.y
@echo "expect 1 shift/reduce conflict"
@if test -f Expect ; then cat Expect ; else echo "expect 1 shift/reduce conflict"; fi
lint: $(CSRC) as.c
lint $(INCL) $(CSRC) as.c