diff options
author | Björn Gustavsson <bjorn@erlang.org> | 2011-06-15 14:43:39 +0200 |
---|---|---|
committer | Björn Gustavsson <bjorn@erlang.org> | 2011-08-08 11:59:09 +0200 |
commit | ce2c963bdbc4b590afb2fc7c8dfec530bd81ef4d (patch) | |
tree | 74635ce25a8ec9e668b54eb04a83460da36dae0d /Makefile.in | |
parent | 09a561268be44f936471c225e17080ae7cdfdf4d (diff) | |
download | erlang-ce2c963bdbc4b590afb2fc7c8dfec530bd81ef4d.tar.gz |
Top-level Makefile: Suppress parallel make
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
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... :-) |