15 lines
383 B
Diff
15 lines
383 B
Diff
|
--- glibc-2.5/manual/Makefile.orig 2011-01-26 17:03:14.000000000 +0100
|
||
|
+++ glibc-2.5/manual/Makefile 2011-01-26 17:04:30.000000000 +0100
|
||
|
@@ -232,7 +232,10 @@
|
||
|
.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 $@
|
||
|
|