Don't mix pattern rules with normal rules
authorAndreas Schwab <schwab@redhat.com>
Mon, 6 Sep 2010 12:55:59 +0000 (14:55 +0200)
committerAndreas Schwab <schwab@redhat.com>
Wed, 1 Dec 2010 14:35:17 +0000 (15:35 +0100)
(cherry picked from commit 32cf40699346d37fabfa887bbd95e95004799ae1)

ChangeLog
manual/Makefile

index 82116e2fff0310016473871f76abeb4721592c90..473bc7c7570fdf87c315d8dc6676064d9fa6dae2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-09-06  Andreas Schwab  <schwab@redhat.com>
+
+       * manual/Makefile: Don't mix pattern rules with normal rules.
+
 2010-08-12  Andreas Schwab  <schwab@redhat.com>
 
        [BZ #11904]
index c5866eb9def3becfc6d076024f419f8298d5042f..b1f5fa73e5eb236d0f47ef0afa66c047fb033d8b 100644 (file)
@@ -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 $@