fix file header
[oota-llvm.git] / lib / AsmParser / Makefile
1
2 LEVEL = ../..
3
4 LIBRARYNAME = asmparser
5
6 include $(LEVEL)/Makefile.common
7
8 #
9 # Make the source code file for the lexer depend upon the header file generated
10 # by the Bison parser.  This prevents the generation of dependencies from
11 # being performed until after the header file has been created.
12 #
13 Lexer.cpp: llvmAsmParser.h