]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Declare targets with .PHONY in Makefile.in.
authorRoland McGrath <roland@hack.frob.com>
Tue, 25 Sep 2012 23:21:15 +0000 (16:21 -0700)
committerRoland McGrath <roland@hack.frob.com>
Tue, 25 Sep 2012 23:21:15 +0000 (16:21 -0700)
ChangeLog
Makefile.in

index 5acd55be2693f43eb22cf6a382669cf2fd2d7484..31e0d5ffcd9edcda384f804f1bd21cb9e273b4b9 100644 (file)
--- 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.
index 1f5dc1cd72377019aff58f374686b5c4616816f5..d73a78f8e9687e1f42080285a373d47a607794ee 100644 (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` $@