remove obsolete path


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34273 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/utils/makellvm b/utils/makellvm
index d84b674..9c479ef 100755
--- a/utils/makellvm
+++ b/utils/makellvm
@@ -11,7 +11,7 @@
 ## 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