aboutsummaryrefslogtreecommitdiffstats
path: root/package/iproute2/patches/050-bison_flex_makefile_deps_fix.patch
diff options
context:
space:
mode:
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, 0 insertions, 11 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
deleted file mode 100644
index 5688f374b1..0000000000
--- a/package/iproute2/patches/050-bison_flex_makefile_deps_fix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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)