From: mirko Date: Thu, 23 Jun 2011 14:38:26 +0000 (+0000) Subject: [toolchain/eglibc] manual/Makefile: Don't mix pattern rules with normal rules. X-Git-Url: http://git.rohieb.name/openwrt.git/commitdiff_plain/cdc9ae57fc31e370f4f511b74360425839389bc9 [toolchain/eglibc] manual/Makefile: Don't mix pattern rules with normal rules. This change got committed into the official eglibc repository in commit 11461. Thanks to Philip Prindeville for pointing this out. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27264 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 new file mode 100644 index 000000000..afff9e46e --- /dev/null +++ b/toolchain/eglibc/patches/2.12/100-do-not-use-implicit-rules.patch @@ -0,0 +1,16 @@ +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 $@ +