bison -y -d  -o route/pktloc_syntax.c route/pktloc_syntax.y
make[1]: *** No rule to make target `route/pktloc_grammar.y', needed by 
`route/pktloc_grammar.c'.  Stop.

Signed-off-by: Steffen Sledz <[email protected]>
---
 recipes/libnl/libnl2/fix-pktloc-dep-race.patch |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/libnl/libnl2/fix-pktloc-dep-race.patch 
b/recipes/libnl/libnl2/fix-pktloc-dep-race.patch
index 50acee4..c559717 100644
--- a/recipes/libnl/libnl2/fix-pktloc-dep-race.patch
+++ b/recipes/libnl/libnl2/fix-pktloc-dep-race.patch
@@ -16,7 +16,7 @@ Index: libnl-2.0/lib/Makefile.am
  # with --header-file=
 -route/pktloc_grammar.c: route/pktloc_grammar.l
 +route/pktloc_grammar.h: route/pktloc_grammar.c
-+route/pktloc_grammar.c: route/pktloc_grammar.y
++route/pktloc_grammar.c: route/pktloc_grammar.l
        $(LEX) --header-file=route/pktloc_grammar.h $(LFLAGS) -o $@ $^
  
 +route/pktloc_syntax.h: route/pktloc_syntax.c
-- 
1.7.1


_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Reply via email to