aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2011-06-15 14:43:39 +0200
committerBjörn Gustavsson <[email protected]>2011-08-08 11:59:09 +0200
commitce2c963bdbc4b590afb2fc7c8dfec530bd81ef4d (patch)
tree74635ce25a8ec9e668b54eb04a83460da36dae0d /Makefile.in
parent09a561268be44f936471c225e17080ae7cdfdf4d (diff)
downloadotp-ce2c963bdbc4b590afb2fc7c8dfec530bd81ef4d.tar.gz
otp-ce2c963bdbc4b590afb2fc7c8dfec530bd81ef4d.tar.bz2
otp-ce2c963bdbc4b590afb2fc7c8dfec530bd81ef4d.zip
Top-level Makefile: Suppress parallel make
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 0d5a46fa2d..5dc54d42f7 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -19,6 +19,8 @@
# Toplevel makefile for building the Erlang system
#
+.NOTPARALLEL:
+
# ----------------------------------------------------------------------
# And you'd think that this would be obvious... :-)