mirror of
https://github.com/dgibson/dtc.git
synced 2026-01-22 01:30:34 -05:00
dtc: Remove space from flex command line
Author: Geoff Levand <geoffrey.levand@am.sony.com> 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 <david@gibson.dropbear.id.au>
This commit is contained in:
parent
efbbef8e4f
commit
d6060bd231
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -206,7 +206,7 @@ clean: libfdt_clean tests_clean
|
|||
|
||||
%.lex.c: %.l
|
||||
@$(VECHO) LEX $@
|
||||
$(LEX) -o $@ $<
|
||||
$(LEX) -o$@ $<
|
||||
|
||||
%.tab.c %.tab.h %.output: %.y
|
||||
@$(VECHO) BISON $@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue