From 6a1bf82f9753d3425ff09d2d6f97ea574fca5919 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 25 Sep 2012 16:21:15 -0700 Subject: [PATCH] Declare targets with .PHONY in Makefile.in. --- ChangeLog | 5 +++++ Makefile.in | 2 ++ 2 files changed, 7 insertions(+) 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` $@ -- 2.39.5