summaryrefslogtreecommitdiff
path: root/libc/manual/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libc/manual/Makefile')
-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 $@