dtc: Remove space from flex command line
From: David Gibson <hidden>
Date: 2007-12-06 02:07:50
From: David Gibson <hidden>
Date: 2007-12-06 02:07:50
Author: Geoff Levand [off-list ref] Apparently some versions of flex don't correctly parse the -o parameter, if there's a space between the -o and its argument. So, this patch removes it. Signed-off-by: David Gibson <redacted> Index: dtc/Makefile ===================================================================
--- dtc.orig/Makefile 2007-12-06 13:03:41.000000000 +1100
+++ dtc/Makefile 2007-12-06 13:03:45.000000000 +1100@@ -206,7 +206,7 @@ %.lex.c: %.l @$(VECHO) LEX $@ - $(LEX) -o $@ $< + $(LEX) -o$@ $< %.tab.c %.tab.h %.output: %.y @$(VECHO) BISON $@
--
David Gibson | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_
| _way_ _around_!
http://www.ozlabs.org/~dgibson