summaryrefslogtreecommitdiff
path: root/release_23/tools/llvm-ranlib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'release_23/tools/llvm-ranlib/Makefile')
-rw-r--r--release_23/tools/llvm-ranlib/Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/release_23/tools/llvm-ranlib/Makefile b/release_23/tools/llvm-ranlib/Makefile
deleted file mode 100644
index 1d315c2b82e2..000000000000
--- a/release_23/tools/llvm-ranlib/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-##===- tools/llvm-ranlib/Makefile --------------------------*- Makefile -*-===##
-#
-# The LLVM Compiler Infrastructure
-#
-# This file is distributed under the University of Illinois Open Source
-# License. See LICENSE.TXT for details.
-#
-##===----------------------------------------------------------------------===##
-
-LEVEL = ../..
-TOOLNAME = llvm-ranlib
-LINK_COMPONENTS = archive
-REQUIRES_EH := 1
-
-include $(LEVEL)/Makefile.common