Fix breakage due to John's recent changes

llvm-svn: 6771
This commit is contained in:
Chris Lattner 2003-06-18 18:26:22 +00:00
parent 472beba236
commit a436926e24
1 changed files with 2 additions and 2 deletions

View File

@ -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";