summaryrefslogtreecommitdiffstats
path: root/toolchain/eglibc
diff options
context:
space:
mode:
authormirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-04-18 01:10:20 +0000
committermirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-04-18 01:10:20 +0000
commit90ad79b3aa9fdfd659f62b433bb736b488e7c578 (patch)
tree0a5076e96e9a4f6e813562b1e06f08a0d5f0ca5f /toolchain/eglibc
parentf29a9ddcf00d91ee71734e5344b95057826ba592 (diff)
[toolchain/eglibc] remove patch '100-do-not-use-implicit-rules.patch' for eglibc 2.12
Mentioned patch got obsoleted by commit 31300, since it went upstream meanwhile git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31341 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/eglibc')
-rw-r--r--toolchain/eglibc/patches/2.12/100-do-not-use-implicit-rules.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/toolchain/eglibc/patches/2.12/100-do-not-use-implicit-rules.patch b/toolchain/eglibc/patches/2.12/100-do-not-use-implicit-rules.patch
deleted file mode 100644
index afff9e46e..000000000
--- a/toolchain/eglibc/patches/2.12/100-do-not-use-implicit-rules.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff --git a/trunk/libc/manual/Makefile b/trunk/libc/manual/Makefile
-index 754bf12..40c83be 100644
---- a/libc/manual/Makefile
-+++ b/libc/manual/Makefile
-@@ -243,7 +243,10 @@ ifdef objpfx
- .PHONY: stubs
- stubs: $(objpfx)stubs
- endif
--$(objpfx)stubs ../po/manual.pot $(objpfx)stamp%:
-+$(objpfx)stubs ../po/manual.pot:
-+ $(make-target-directory)
-+ touch $@
-+$(objpfx)stamp%:
- $(make-target-directory)
- touch $@
-