Declare targets with .PHONY in Makefile.in.

This commit is contained in:
Roland McGrath 2012-09-25 16:21:15 -07:00
parent 8ad11b9a9c
commit 6a1bf82f97
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2012-09-25 Roland McGrath <roland@hack.frob.com>
* Makefile.in (all, install): Declare with .PHONY.
Reported by Michael Hope <michael.hope@linaro.org>.
2012-09-25 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
* manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.

View File

@ -3,6 +3,8 @@ srcdir = @srcdir@
# Uncomment the line below if you want to do parallel build.
# PARALLELMFLAGS = -j 4
.PHONY: all install
all .DEFAULT:
$(MAKE) -r PARALLELMFLAGS="$(PARALLELMFLAGS)" -C $(srcdir) objdir=`pwd` $@