Author: Geoff Levand <[EMAIL PROTECTED]>

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 <[EMAIL PROTECTED]>

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
_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev

Reply via email to