afff9e46ee5ec97515fa9db548f1616c477cb892
[openwrt/openwrt.git] / toolchain / eglibc / patches / 2.12 / 100-do-not-use-implicit-rules.patch
1 diff --git a/trunk/libc/manual/Makefile b/trunk/libc/manual/Makefile
2 index 754bf12..40c83be 100644
3 --- a/libc/manual/Makefile
4 +++ b/libc/manual/Makefile
5 @@ -243,7 +243,10 @@ ifdef objpfx
6 .PHONY: stubs
7 stubs: $(objpfx)stubs
8 endif
9 -$(objpfx)stubs ../po/manual.pot $(objpfx)stamp%:
10 +$(objpfx)stubs ../po/manual.pot:
11 + $(make-target-directory)
12 + touch $@
13 +$(objpfx)stamp%:
14 $(make-target-directory)
15 touch $@
16