diff options
author | Dan Gohman <gohman@apple.com> | 2009-03-25 00:52:11 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-03-25 00:52:11 +0000 |
commit | 324f608a4553e43eaef7c7f04656fa1f4ef85ae4 (patch) | |
tree | 4d855fa24819127433bfe5c18bd55de88cd25968 /projects/sample/autoconf/AutoRegen.sh | |
parent | e8e4921967994726e2e64c9906e23fec52f00cf7 (diff) |
Revert r67655 and r67656, as they are breaking the build. I'm
not going to persue this further at this time.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67666 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'projects/sample/autoconf/AutoRegen.sh')
-rwxr-xr-x | projects/sample/autoconf/AutoRegen.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/projects/sample/autoconf/AutoRegen.sh b/projects/sample/autoconf/AutoRegen.sh index 6e6931c7a9..126703ba5a 100755 --- a/projects/sample/autoconf/AutoRegen.sh +++ b/projects/sample/autoconf/AutoRegen.sh @@ -13,14 +13,14 @@ cwd=`pwd` if test -d ../../../autoconf/m4 ; then cd ../../../autoconf/m4 llvm_m4=`pwd` - llvm_src_root=../.. - llvm_obj_root=../.. + llvm_src_root=../../.. + llvm_obj_root=../../.. cd $cwd elif test -d ../../llvm/autoconf/m4 ; then cd ../../llvm/autoconf/m4 llvm_m4=`pwd` - llvm_src_root=.. - llvm_obj_root=.. + llvm_src_root=../.. + llvm_obj_root=../.. cd $cwd else while true ; do |