diff options
author | Björn Gustavsson <[email protected]> | 2011-07-05 09:58:23 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2011-08-08 13:13:55 +0200 |
commit | 91d0217f13bc44820e4e3d17abaeb4ad725c3114 (patch) | |
tree | 368cbcc6e3b7807c6f21c1c701cc9038e366e2ae /erts/configure.in | |
parent | 2c73d21a89d2d69e3cda4a9d10a544fb3cafd847 (diff) | |
download | otp-91d0217f13bc44820e4e3d17abaeb4ad725c3114.tar.gz otp-91d0217f13bc44820e4e3d17abaeb4ad725c3114.tar.bz2 otp-91d0217f13bc44820e4e3d17abaeb4ad725c3114.zip |
pcre: Rename Makefile.in to pcre.mk and include it
To avoid issues with parallel make and to slightly speed up the
build process, avoid a recursive make by replacing pcre/Makefile.in
with pcre/pcre.mk and including it from the main emulator Makefile.
Diffstat (limited to 'erts/configure.in')
-rw-r--r-- | erts/configure.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/erts/configure.in b/erts/configure.in index fac07f8b6a..0bb5496409 100644 --- a/erts/configure.in +++ b/erts/configure.in @@ -4309,7 +4309,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 - emulator/pcre/$host/Makefile:emulator/pcre/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 |