[llvm-commits] CVS: llvm/tools/bugpoint/Makefile

Misha Brukman brukman at cs.uiuc.edu
Tue Oct 12 12:17:21 PDT 2004



Changes in directory llvm/tools/bugpoint:

Makefile updated: 1.7 -> 1.8
---
Log message:

No space allowed between \ and end-of-line


---
Diffs of the changes:  (+1 -1)

Index: llvm/tools/bugpoint/Makefile
diff -u llvm/tools/bugpoint/Makefile:1.7 llvm/tools/bugpoint/Makefile:1.8
--- llvm/tools/bugpoint/Makefile:1.7	Tue Oct 12 13:35:57 2004
+++ llvm/tools/bugpoint/Makefile	Tue Oct 12 14:17:11 2004
@@ -13,7 +13,7 @@
 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)






More information about the llvm-commits mailing list