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

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