Blame SOURCES/glibc-fix-implicit-rule.patch

b40826
diff -rup a/manual/Makefile b/manual/Makefile
b40826
--- a/manual/Makefile	2010-05-04 05:27:23.000000000 -0600
b40826
+++ b/manual/Makefile	2012-05-07 15:18:52.443176136 -0600
b40826
@@ -232,7 +232,11 @@ ifdef objpfx
b40826
 .PHONY: stubs
b40826
 stubs: $(objpfx)stubs
b40826
 endif
b40826
-$(objpfx)stubs ../po/manual.pot $(objpfx)stamp%:
b40826
+$(objpfx)stubs ../po/manual.pot:
b40826
+	$(make-target-directory)
b40826
+	touch $@
b40826
+
b40826
+$(objpfx)stamp%:
b40826
 	$(make-target-directory)
b40826
 	touch $@
b40826