diff options
Diffstat (limited to 'tools/libclang/Makefile')
-rw-r--r-- | tools/libclang/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/libclang/Makefile b/tools/libclang/Makefile index 2fbdb0c6f3..253ea38c7b 100644 --- a/tools/libclang/Makefile +++ b/tools/libclang/Makefile @@ -12,11 +12,6 @@ LIBRARYNAME = clang EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/libclang.exports -# Include this here so we can get the configuration of the targets -# that have been configured for construction. We have to do this -# early so we can set up LINK_COMPONENTS before including Makefile.rules -include $(CLANG_LEVEL)/../../Makefile.config - LINK_LIBS_IN_SHARED = 1 SHARED_LIBRARY = 1 |