diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-01-16 23:50:58 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-01-16 23:57:43 +0200 |
commit | 38a09a9e3ac7c550608ed96b560a0277d9021092 (patch) | |
tree | dc72115505fd62ead2e9c5f75b2a87144e6b0a93 /configure.in | |
parent | 322085e0ea9d8323ced8aeb26d81e140e35af3d5 (diff) |
Env.Build.sh should source config_build.mk
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 488c6b7e40a1..90b93fa4ec5e 100644 --- a/configure.in +++ b/configure.in @@ -2941,7 +2941,7 @@ if test "$cross_compiling" = "yes"; then test -f ./Env.Host.sh 2>/dev/null || exit test -f ./config_host.mk 2>/dev/null || exit cp config_host.mk ../config_build.mk - cp Env.Host.sh ../Env.Build.sh + sed -e 's/config_host.mk/config_build.mk/' <Env.Host.sh >../Env.Build.sh cp config.log ../config.Build.log . ./config_host.mk . ./Env.Host.sh |