From e3d82f03e59751f2ab4888524f3c613c399b453a Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 7 Nov 2010 19:20:16 +0100 Subject: fix eglibc/glibc toolchain building with make 3.82 --- toolchain/eglibc/patches/make-mixed-rules.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 toolchain/eglibc/patches/make-mixed-rules.patch (limited to 'toolchain/eglibc/patches') 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 $@ + -- cgit v1.2.3