aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-daemons/radvd/files/change-scanner-dependency.patch
blob: b190866c407937707184e3e72515c5ebca2e59a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
scanner.c is generated by flex using scanner.l, scanner.l needs gram.h
when produce scanner.c, so redefine the dependency relation

Upstream-Status: Pending

Signed-off-by: Roy.Li <rongqing.li@windriver.com>
---
 Makefile.am |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 04b834b..2da986c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -131,5 +131,4 @@ dist-hook:
 	rm -f $(distdir)/gram.h
 	rm -f $(distdir)/scanner.c
 
-scanner.o: gram.h
-
+scanner.c: gram.h
-- 
1.7.4.1