From 8d390f980a50a37dd89d5dc2a07aa2863bbd8cda Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Tue, 12 Oct 2004 19:17:11 +0000 Subject: [PATCH] No space allowed between \ and end-of-line llvm-svn: 16940 --- tools/bugpoint/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/bugpoint/Makefile b/tools/bugpoint/Makefile index 8387006cdbb..aa1338ce6aa 100644 --- a/tools/bugpoint/Makefile +++ b/tools/bugpoint/Makefile @@ -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)