[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
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 (file)
index 0000000..afff9e4
--- /dev/null
@@ -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 $@
This page took 0.024061 seconds and 4 git commands to generate.