diff options
Diffstat (limited to 'contrib/llvm/tools/clang/lib/Lex/Makefile')
-rw-r--r-- | contrib/llvm/tools/clang/lib/Lex/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/llvm/tools/clang/lib/Lex/Makefile b/contrib/llvm/tools/clang/lib/Lex/Makefile index 938b8d5..d80fb55 100644 --- a/contrib/llvm/tools/clang/lib/Lex/Makefile +++ b/contrib/llvm/tools/clang/lib/Lex/Makefile @@ -15,7 +15,6 @@ CLANG_LEVEL := ../.. include $(CLANG_LEVEL)/../../Makefile.config LIBRARYNAME := clangLex -BUILD_ARCHIVE = 1 ifeq ($(ARCH),PowerPC) CXX.Flags += -maltivec |