blob: 7691eda95a83b9585fe59c5b8472d6a97feb32d3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
diff -Nur glibc-2.12.1.orig/manual/Makefile glibc-2.12.1/manual/Makefile
--- glibc-2.12.1.orig/manual/Makefile 2010-07-27 13:34:39.000000000 +0200
+++ glibc-2.12.1/manual/Makefile 2010-11-07 18:24:27.000000000 +0100
@@ -232,7 +232,10 @@
.PHONY: stubs
stubs: $(objpfx)stubs
endif
-$(objpfx)stubs ../po/manual.pot $(objpfx)stamp%:
+$(objpfx)stubs ../po/manual.pot:
+ touch $@
+
+$(objpfx)stamp%:
$(make-target-directory)
touch $@
|