diff options
author | Matthias Andreas Benkard <matthias@benkard.de> | 2008-08-23 19:35:59 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <matthias@benkard.de> | 2008-08-23 19:35:59 +0200 |
commit | 9ce50822bc433f4f28b8147bd06a26457a7c5f1c (patch) | |
tree | 9806c53b00d81c1283d2e3ff5707d14f572871e3 /GNUmakefile | |
parent | 0a0208190bd2f205737051186369fe11cf8b8a7c (diff) |
GNUmakefile: Do not link libtoilet-llvm with LLVM.
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 1 |
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: |