summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6e4a7670ba..5cf82ebc95 100644
--- a/Makefile
+++ b/Makefile
@@ -47,6 +47,9 @@ mv -f $@.new $@
endef
endif
+# We don't want to run anything here in parallel.
+.NOTPARALLEL:
+
configure: configure.in aclocal.m4; $(autoconf-it)
%/configure: %/configure.in aclocal.m4; $(autoconf-it)