Skip to content

Commit

Permalink
No, we're not looking for a directory named /config.status.
Browse files Browse the repository at this point in the history
Sigh .. fix copy & paste error.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@39939 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
Reid Spencer committed Jul 16, 2007
1 parent 8c88b6d commit 3b52308
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build-for-llvm-top.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3b52308

Please sign in to comment.