diff options
Diffstat (limited to 'lib/MC/MCParser/Makefile')
-rw-r--r-- | lib/MC/MCParser/Makefile | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/lib/MC/MCParser/Makefile b/lib/MC/MCParser/Makefile deleted file mode 100644 index 4477757657c7..000000000000 --- a/lib/MC/MCParser/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -##===- lib/MC/MCParser/Makefile ----------------------------*- Makefile -*-===## -# -# The LLVM Compiler Infrastructure -# -# This file is distributed under the University of Illinois Open Source -# License. See LICENSE.TXT for details. -# -##===----------------------------------------------------------------------===## - -LEVEL = ../../.. -LIBRARYNAME = LLVMMCParser -BUILD_ARCHIVE := 1 - -include $(LEVEL)/Makefile.common - |