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: upstream/2.30~12689 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=32cf40699346d37fabfa887bbd95e95004799ae1;p=external%2Fglibc.git Don't mix pattern rules with normal rules --- diff --git a/ChangeLog b/ChangeLog index 1747552..608be4e 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-09-05 Andreas Schwab * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined diff --git a/manual/Makefile b/manual/Makefile index c5866eb..b1f5fa7 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 $@