diff options
Diffstat (limited to 'contrib/llvm/lib/Object/Makefile')
-rw-r--r-- | contrib/llvm/lib/Object/Makefile | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/contrib/llvm/lib/Object/Makefile b/contrib/llvm/lib/Object/Makefile deleted file mode 100644 index 79388dc..0000000 --- a/contrib/llvm/lib/Object/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -##===- lib/Object/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 = LLVMObject -BUILD_ARCHIVE := 1 - -include $(LEVEL)/Makefile.common |