summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJon Loeliger <jdl@freescale.com>2007-10-16 07:35:38 -0500
committerJon Loeliger <jdl@freescale.com>2007-10-16 07:36:30 -0500
commit9e32930ebcacfcf7cb7c1c2b8e776eb3957cf6cb (patch)
tree827b9b84734f0e1937fe5dad8ec05d3bea5e852f /Makefile
parent6f8b7710c9e866d6880cf060127bdbdc932bc6a6 (diff)
downloaddtc-9e32930ebcacfcf7cb7c1c2b8e776eb3957cf6cb.tar.gz
Restore warning message about bison expected output.
It was dropped in ad9593f229362782b953da4b805df713e8468df0. Signed-off-by: Jon Loeliger <jdl@jdl.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 84f0efe..d7d1af5 100644
--- a/Makefile
+++ b/Makefile
@@ -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: