Restore warning message about bison expected output.

It was dropped in ad9593f229.

Signed-off-by: Jon Loeliger <jdl@jdl.com>
This commit is contained in:
Jon Loeliger 2007-10-16 07:35:38 -05:00
parent 6f8b7710c9
commit 9e32930ebc

View file

@ -207,6 +207,7 @@ clean: libfdt_clean tests_clean
%.tab.c %.tab.h %.output: %.y
@$(VECHO) BISON $@
@$(VECHO) ---- Expect 2 s/r and 2 r/r. ----
$(BISON) -d $<
FORCE: