From 6a1bf82f9753d3425ff09d2d6f97ea574fca5919 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 25 Sep 2012 16:21:15 -0700 Subject: Declare targets with .PHONY in Makefile.in. --- Makefile.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.in') 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` $@ -- cgit 1.4.1