aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.config.in b/Makefile.config.in
index 1b6791cc..66bbab58 100644
--- a/Makefile.config.in
+++ b/Makefile.config.in
@@ -23,6 +23,9 @@ PROJ_INSTALL_ROOT := @prefix@
# Include LLVM's configuration Makefile.
include $(LLVM_OBJ_ROOT)/Makefile.config
+# Ignore the LIBS set by $(LLVM_OBJ_ROOT)/Makefile.config
+LIBS :=
+
#Set SourceDir for backwards compatbility.
ifndef SourceDir
SourceDir=$(PROJ_SRC_DIR)