summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--Makefile.in2
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5acd55be26..31e0d5ffcd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/Makefile.in b/Makefile.in
index 1f5dc1cd72..d73a78f8e9 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` $@