mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
No, we're not looking for a directory named /config.status.
Sigh .. fix copy & paste error. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@39939 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8c88b6de62
commit
3b52308476
@ -20,8 +20,7 @@ done
|
||||
|
||||
# See if we have previously been configured by sensing the presense
|
||||
# of the config.status scripts
|
||||
config_status="$build_dir/config.status"
|
||||
if test ! -d "$config_status" ; then
|
||||
if test ! -x "config.status" ; then
|
||||
# We must configure so build a list of configure options
|
||||
config_options="--prefix=$PREFIX --with-llvmgccdir=$PREFIX"
|
||||
config_options="$config_options $config_opts"
|
||||
|
Loading…
Reference in New Issue
Block a user