From: Andreas Schwab Date: Mon, 6 Sep 2010 12:55:59 +0000 (+0200) Subject: Don't mix pattern rules with normal rules X-Git-Tag: glibc-2.11.3~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a647459c82250dfd382b3bda7ec909c0e581b23;p=thirdparty%2Fglibc.git Don't mix pattern rules with normal rules (cherry picked from commit 32cf40699346d37fabfa887bbd95e95004799ae1) --- diff --git a/ChangeLog b/ChangeLog index 21dd85cda7d..d970cf6b4a4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-09-06 Andreas Schwab + + * manual/Makefile: Don't mix pattern rules with normal rules. + 2010-08-12 Andreas Schwab [BZ #11904] diff --git a/manual/Makefile b/manual/Makefile index c5866eb9def..b1f5fa73e5e 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 $@