aboutsummaryrefslogtreecommitdiffstats
path: root/package/iproute2/patches/050-bison_flex_makefile_deps_fix.patch
diff options
context:
space:
mode:
authorMichael Büsch <mb@bu3sch.de>2010-09-12 11:05:55 +0000
committerMichael Büsch <mb@bu3sch.de>2010-09-12 11:05:55 +0000
commit0c4abfba31ea3f132c69e6233633d9d301e6949a (patch)
tree52b4c152fed3f9c16a3be16a298ed47f1fa835bd /package/iproute2/patches/050-bison_flex_makefile_deps_fix.patch
parent393c83514bf9321f67910ec4ca00abf9922b74a6 (diff)
downloadupstream-0c4abfba31ea3f132c69e6233633d9d301e6949a.tar.gz
upstream-0c4abfba31ea3f132c69e6233633d9d301e6949a.tar.bz2
upstream-0c4abfba31ea3f132c69e6233633d9d301e6949a.zip
iproute2: Add lex/yacc files dependencies. Refresh other patches.
SVN-Revision: 23027
Diffstat (limited to 'package/iproute2/patches/050-bison_flex_makefile_deps_fix.patch')
-rw-r--r--package/iproute2/patches/050-bison_flex_makefile_deps_fix.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/iproute2/patches/050-bison_flex_makefile_deps_fix.patch b/package/iproute2/patches/050-bison_flex_makefile_deps_fix.patch
new file mode 100644
index 0000000000..5688f374b1
--- /dev/null
+++ b/package/iproute2/patches/050-bison_flex_makefile_deps_fix.patch
@@ -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)