summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2012-09-25 16:21:15 -0700
committerRoland McGrath <roland@hack.frob.com>2012-09-25 16:21:15 -0700
commit6a1bf82f9753d3425ff09d2d6f97ea574fca5919 (patch)
treee3bcda9582c4d58c84603baf6cb1fea85ae5508f /Makefile.in
parent8ad11b9a9cf1de82bd7771306b42070b91417c11 (diff)
Declare targets with .PHONY in Makefile.in.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 2 insertions, 0 deletions
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` $@