mirror of git://sourceware.org/git/glibc.git
Declare targets with .PHONY in Makefile.in.
This commit is contained in:
parent
8ad11b9a9c
commit
6a1bf82f97
|
@ -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.
|
||||
|
|
|
@ -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` $@
|
||||
|
||||
|
|
Loading…
Reference in New Issue