Browse Source

Restore warning message about bison expected output.

It was dropped in ad9593f229.

Signed-off-by: Jon Loeliger <jdl@jdl.com>
main
Jon Loeliger 17 years ago
parent
commit
9e32930ebc
  1. 1
      Makefile

1
Makefile

@ -207,6 +207,7 @@ clean: libfdt_clean tests_clean @@ -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:

Loading…
Cancel
Save