[llvm-commits] CVS: llvm/utils/makellvm
Chris Lattner
sabre at nondot.org
Tue Feb 13 23:39:51 PST 2007
Changes in directory llvm/utils:
makellvm updated: 1.10 -> 1.11
---
Log message:
remove obsolete path
---
Diffs of the changes: (+1 -1)
makellvm | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/utils/makellvm
diff -u llvm/utils/makellvm:1.10 llvm/utils/makellvm:1.11
--- llvm/utils/makellvm:1.10 Mon Aug 1 19:10:52 2005
+++ llvm/utils/makellvm Wed Feb 14 01:39:35 2007
@@ -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
More information about the llvm-commits
mailing list