From dee3ed024e8a9962f642d9f899cd7ea0426a4847 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20B=C3=BCsch?= Date: Sun, 12 Sep 2010 11:05:55 +0000 Subject: iproute2: Add lex/yacc files dependencies. Refresh other patches. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23027 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../iproute2/patches/050-bison_flex_makefile_deps_fix.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/iproute2/patches/050-bison_flex_makefile_deps_fix.patch (limited to 'package/iproute2/patches/050-bison_flex_makefile_deps_fix.patch') 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) -- cgit v1.2.3