summaryrefslogtreecommitdiff
path: root/toolchain/eglibc/patches
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-11-07 19:20:16 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-11-07 19:20:16 +0100
commite3d82f03e59751f2ab4888524f3c613c399b453a (patch)
treed5c72b060b2384aea3cb3fc3f3ab53fb23278e13 /toolchain/eglibc/patches
parent226c702c14a1d4751b6c08f0e874ca57a4f973d3 (diff)
fix eglibc/glibc toolchain building with make 3.82
Diffstat (limited to 'toolchain/eglibc/patches')
-rw-r--r--toolchain/eglibc/patches/make-mixed-rules.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/toolchain/eglibc/patches/make-mixed-rules.patch b/toolchain/eglibc/patches/make-mixed-rules.patch
new file mode 100644
index 000000000..06a4af3c0
--- /dev/null
+++ b/toolchain/eglibc/patches/make-mixed-rules.patch
@@ -0,0 +1,15 @@
+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 $@
+