No space allowed between \ and end-of-line
authorMisha Brukman <brukman+llvm@gmail.com>
Tue, 12 Oct 2004 19:17:11 +0000 (19:17 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Tue, 12 Oct 2004 19:17:11 +0000 (19:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16940 91177308-0d34-0410-b5e6-96231b3b80d8

tools/bugpoint/Makefile

index 8387006cdbb5150e61da10b67f0bebd12883b447..aa1338ce6aa388279c4a770abdcb5d04843d4af7 100644 (file)
@@ -13,7 +13,7 @@ TOOLNAME = bugpoint
 OPTLIBS  = transforms instrument profpaths 
 ANALIBS  = datastructure ipa target.a 
 
-USEDLIBS = ipo scalaropts analysis $(OPTLIBS) $(ANALIBS) transformutils \ 
+USEDLIBS = ipo scalaropts analysis $(OPTLIBS) $(ANALIBS) transformutils \
            asmparser bcreader bcwriter vmcore support LLVMsystem.a
 
 TOOLLINKOPTS = $(PLATFORMLIBDL)