diff options
Diffstat (limited to 'libc/manual')
-rw-r--r-- | libc/manual/Makefile | 5 |
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 $@ |