remove obsolete path
authorChris Lattner <sabre@nondot.org>
Wed, 14 Feb 2007 07:39:35 +0000 (07:39 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 14 Feb 2007 07:39:35 +0000 (07:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34273 91177308-0d34-0410-b5e6-96231b3b80d8

utils/makellvm

index d84b6743ce96a33af5d02841721ac8a7aead41fd..9c479efc96ca14cf3a3131d1bece1a2505e7d99d 100755 (executable)
@@ -11,7 +11,7 @@ set DEBUG = 0
 ## Search path for automatically finding the obj-root to use.
 ## Note: The src root directory ${LLVMDIR} will be prepended to this path later.
 ## 
-set OBJROOTDIRLIST = ( "/localhome/$USER/llvm" )
+set OBJROOTDIRLIST = ( )
 
 set doit = 1
 unset options_done