Fix breakage due to John's recent changes
authorChris Lattner <sabre@nondot.org>
Wed, 18 Jun 2003 18:26:22 +0000 (18:26 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 18 Jun 2003 18:26:22 +0000 (18:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6771 91177308-0d34-0410-b5e6-96231b3b80d8

utils/NightlyTest.pl

index ec7edaa1e1a0e97e774b48058dd90fd9d8113e38..1a56b97e031d89c48eac032bf3c5551ad0847afd 100755 (executable)
@@ -155,9 +155,9 @@ $LOC = GetRegex "([0-9]+) +total", `wc -l \`utils/getsrcs.sh\` | grep total`;
 if (!$NOCHECKOUT) {
   # Change the Makefile.config to build into the local directory...
   rename "Makefile.config", "Makefile.config.orig";
-  system "sed '/^LLVM_OBJ_DIR/d' < Makefile.config.orig > Makefile.config";
+  system "sed '/^OBJ_ROOT/d' < Makefile.config.orig > Makefile.config";
   system "echo >> Makefile.config";
-  system "echo 'LLVM_OBJ_DIR := .' >> Makefile.config";
+  system "echo 'OBJ_ROOT := .' >> Makefile.config";
 
   # Change the Makefile.config to not strip executables...
   system "echo 'KEEP_SYMBOLS := 1' >> Makefile.config";