summaryrefslogtreecommitdiff
path: root/toolchain/eglibc/patches/make-mixed-rules.patch
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain/eglibc/patches/make-mixed-rules.patch')
-rw-r--r--toolchain/eglibc/patches/make-mixed-rules.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/toolchain/eglibc/patches/make-mixed-rules.patch b/toolchain/eglibc/patches/make-mixed-rules.patch
deleted file mode 100644
index 06a4af3c0..000000000
--- a/toolchain/eglibc/patches/make-mixed-rules.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -Nur eglibc-2.12.1.orig/libc/manual/Makefile eglibc-2.12.1/libc/manual/Makefile
---- eglibc-2.12.1.orig/libc/manual/Makefile 2010-09-28 19:14:30.000000000 +0200
-+++ eglibc-2.12.1/libc/manual/Makefile 2010-11-06 17:05:03.000000000 +0100
-@@ -243,7 +243,10 @@
- .PHONY: stubs
- stubs: $(objpfx)stubs
- endif
--$(objpfx)stubs ../po/manual.pot $(objpfx)stamp%:
-+$(objpfx)stubs ../po/manual.pot:
-+ touch $@
-+
-+$(objpfx)stamp%:
- $(make-target-directory)
- touch $@
-