summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@redhat.com>2010-09-06 14:55:59 +0200
committerAndreas Schwab <schwab@redhat.com>2010-09-06 15:39:32 +0200
commit32cf40699346d37fabfa887bbd95e95004799ae1 (patch)
tree052aeafe45da6981ebfb4d904a7303e63cc8d37d /manual
parent817328eea788c746131cf151b64fd250200da333 (diff)
Don't mix pattern rules with normal rules
Diffstat (limited to 'manual')
-rw-r--r--manual/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/manual/Makefile b/manual/Makefile
index c5866eb9de..b1f5fa73e5 100644
--- a/manual/Makefile
+++ b/manual/Makefile
@@ -232,7 +232,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 $@