[toolchain/eglibc] manual/Makefile: Don't mix pattern rules with normal rules.
[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
This page took 0.079518 seconds and 5 git commands to generate.