1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

iproute2: Add lex/yacc files dependencies. Refresh other patches.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23027 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mb
2010-09-12 11:05:55 +00:00
parent 8eeeaa5f3f
commit 0748f97856
6 changed files with 80 additions and 39 deletions

View File

@@ -0,0 +1,11 @@
--- a/tc/Makefile
+++ b/tc/Makefile
@@ -95,6 +95,8 @@ MODDESTDIR := $(DESTDIR)$(patsubst /usr%
all: libtc.a tc $(TCSO)
+$(TCOBJ): emp_ematch.yacc.c emp_ematch.lex.c
+
tc: $(TCOBJ) $(LIBNETLINK) $(LIBUTIL) $(TCLIB)
libtc.a: $(TCLIB)