summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-08-23 19:35:59 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-08-23 19:35:59 +0200
commit9ce50822bc433f4f28b8147bd06a26457a7c5f1c (patch)
tree9806c53b00d81c1283d2e3ff5707d14f572871e3 /GNUmakefile
parent0a0208190bd2f205737051186369fe11cf8b8a7c (diff)
GNUmakefile: Do not link libtoilet-llvm with LLVM.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index f4fd497..c44f27a 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -103,7 +103,6 @@ libtoilet-llvm_OBJC_FILES += MLKLexicalContext-MLKLLVMCompilation.m
libtoilet-llvm_OBJCC_FILES = MLKLLVMCompiler.mm
libtoilet-llvm_OBJCFLAGS = -DUSE_LLVM
libtoilet-llvm_OBJCCFLAGS = -DUSE_LLVM `$(LLVM_CONFIG) --cxxflags` $(ToiletKit_OBJCFLAGS)
-libtoilet-llvm_LDFLAGS += $(LLVM_LDFLAGS)
endif
else #!BUILD_TOILET_LLVM
libtoilet-llvm: