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>
Mon, 6 Sep 2010 13:39:32 +0000 (15:39 +0200)
ChangeLog
manual/Makefile

index 1747552..608be4e 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-09-05  Andreas Schwab  <schwab@linux-m68k.org>
 
        * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
index c5866eb..b1f5fa7 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 $@