diff options
author | Raimo Niskanen <[email protected]> | 2012-01-11 10:13:17 +0100 |
---|---|---|
committer | Raimo Niskanen <[email protected]> | 2012-01-13 12:04:41 +0100 |
commit | 5bdfce65ad97251e25b09d94231f5a7386a3c4e3 (patch) | |
tree | 1aec8a38455843250ea35b367ee6f785a502a9b7 /erts/configure.in | |
parent | a67091debf20c972dd7ce1a8379fee6673fbe571 (diff) | |
download | otp-5bdfce65ad97251e25b09d94231f5a7386a3c4e3.tar.gz otp-5bdfce65ad97251e25b09d94231f5a7386a3c4e3.tar.bz2 otp-5bdfce65ad97251e25b09d94231f5a7386a3c4e3.zip |
erts: Fix parallel make for emulator zlib
Convert the recursive make for zlib into a make include file.
Diffstat (limited to 'erts/configure.in')
-rw-r--r-- | erts/configure.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/erts/configure.in b/erts/configure.in index 50f8908f7a..b801994e14 100644 --- a/erts/configure.in +++ b/erts/configure.in @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. -*-m4-*- dnl %CopyrightBegin% dnl -dnl Copyright Ericsson AB 1997-2011. All Rights Reserved. +dnl Copyright Ericsson AB 1997-2012. All Rights Reserved. dnl dnl The contents of this file are subject to the Erlang Public License, dnl Version 1.1, (the "License"); you may not use this file except in @@ -4373,7 +4373,6 @@ dnl Note that the output files are relative to $srcdir AC_OUTPUT( emulator/$host/Makefile:emulator/Makefile.in - emulator/zlib/$host/Makefile:emulator/zlib/Makefile.in epmd/src/$host/Makefile:epmd/src/Makefile.in etc/common/$host/Makefile:etc/common/Makefile.in include/internal/$host/ethread.mk:include/internal/ethread.mk.in |