summaryrefslogtreecommitdiff
path: root/libc/manual
diff options
context:
space:
mode:
authorjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2010-09-06 15:29:36 +0000
committerjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2010-09-06 15:29:36 +0000
commit274e6d871acc08da2eb7a30bb6c4604885475465 (patch)
tree5cf42baabb539a31cf03ec2b4057bd33fce46d9c /libc/manual
parent096e9b4c79c701a316691af323848344be3e9800 (diff)
downloadeglibc2-274e6d871acc08da2eb7a30bb6c4604885475465.tar.gz
Merge changes between r11304 and r11460 from /fsf/trunk.
git-svn-id: svn://svn.eglibc.org/trunk@11461 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/manual')
-rw-r--r--libc/manual/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/libc/manual/Makefile b/libc/manual/Makefile
index 754bf127a..40c83be4c 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 $@