diff options
Diffstat (limited to 'lib/AsmParser/Makefile')
-rw-r--r-- | lib/AsmParser/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/AsmParser/Makefile b/lib/AsmParser/Makefile index 75ae345..b76412a 100644 --- a/lib/AsmParser/Makefile +++ b/lib/AsmParser/Makefile @@ -10,8 +10,7 @@ LEVEL = ../.. LIBRARYNAME := LLVMAsmParser BUILD_ARCHIVE = 1 -EXTRA_DIST := Lexer.cpp.cvs Lexer.l.cvs \ - llvmAsmParser.cpp.cvs llvmAsmParser.h.cvs llvmAsmParser.y.cvs +EXTRA_DIST := llvmAsmParser.cpp.cvs llvmAsmParser.h.cvs llvmAsmParser.y.cvs include $(LEVEL)/Makefile.common @@ -24,4 +23,4 @@ CompileCommonOpts := $(filter-out -Wno-long-long,$(CompileCommonOpts)) # Make the object code file for the lexer depend upon the header file generated # by the Bison parser. This prevents the Lexer from being compiled before the # header file it needs is built. -$(ObjDir)/Lexer.o: $(PROJ_SRC_DIR)/llvmAsmParser.h +$(ObjDir)/LLLexer.o: $(PROJ_SRC_DIR)/llvmAsmParser.h |