From: Roland McGrath Date: Tue, 25 Sep 2012 23:21:15 +0000 (-0700) Subject: Declare targets with .PHONY in Makefile.in. X-Git-Tag: glibc-2.17~507 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6a1bf82f9753d3425ff09d2d6f97ea574fca5919;p=thirdparty%2Fglibc.git Declare targets with .PHONY in Makefile.in. --- diff --git a/ChangeLog b/ChangeLog index 5acd55be269..31e0d5ffcd9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-09-25 Roland McGrath + + * Makefile.in (all, install): Declare with .PHONY. + Reported by Michael Hope . + 2012-09-25 Tulio Magno Quites Machado Filho * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq. diff --git a/Makefile.in b/Makefile.in index 1f5dc1cd723..d73a78f8e96 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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` $@