5688f374b10c38ebcecb7abdb6472c62d69dd423
[openwrt.git] / package / iproute2 / patches / 050-bison_flex_makefile_deps_fix.patch
1 --- a/tc/Makefile
2 +++ b/tc/Makefile
3 @@ -95,6 +95,8 @@ MODDESTDIR := $(DESTDIR)$(patsubst /usr%
4  
5  all: libtc.a tc $(TCSO)
6  
7 +$(TCOBJ): emp_ematch.yacc.c emp_ematch.lex.c
8 +
9  tc: $(TCOBJ) $(LIBNETLINK) $(LIBUTIL) $(TCLIB)
10  
11  libtc.a: $(TCLIB)