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/emulator/pcre/pcre.mk | |
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/emulator/pcre/pcre.mk')
-rw-r--r-- | erts/emulator/pcre/pcre.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/erts/emulator/pcre/pcre.mk b/erts/emulator/pcre/pcre.mk index b752c11459..1aad98ff04 100644 --- a/erts/emulator/pcre/pcre.mk +++ b/erts/emulator/pcre/pcre.mk @@ -1,7 +1,7 @@ # # %CopyrightBegin% # -# Copyright Ericsson AB 2011. All Rights Reserved. +# Copyright Ericsson AB 2012. All Rights Reserved. # # The contents of this file are subject to the Erlang Public License, # Version 1.1, (the "License"); you may not use this file except in @@ -17,8 +17,6 @@ # %CopyrightEnd% # -ARFLAGS = rc - PCRE_O = \ pcre_latin_1_table.o \ pcre_compile.o \ |