summaryrefslogtreecommitdiff
path: root/lib/Archive/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Archive/Makefile')
-rw-r--r--lib/Archive/Makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/lib/Archive/Makefile b/lib/Archive/Makefile
deleted file mode 100644
index da9780403a..0000000000
--- a/lib/Archive/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-##===- lib/Archive/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 = LLVMArchive
-
-# We only want an archive so only those modules actually used by a tool are
-# included.
-BUILD_ARCHIVE := 1
-
-include $(LEVEL)/Makefile.common