summaryrefslogtreecommitdiff
path: root/gnu/llvm/lib/DebugInfo/DWARF/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/llvm/lib/DebugInfo/DWARF/Makefile')
-rw-r--r--gnu/llvm/lib/DebugInfo/DWARF/Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/gnu/llvm/lib/DebugInfo/DWARF/Makefile b/gnu/llvm/lib/DebugInfo/DWARF/Makefile
deleted file mode 100644
index 863337353d0..00000000000
--- a/gnu/llvm/lib/DebugInfo/DWARF/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-##===- lib/DebugInfo/DWARF/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 = LLVMDebugInfoDWARF
-BUILD_ARCHIVE := 1
-
-include $(LEVEL)/Makefile.common