summaryrefslogtreecommitdiff
path: root/tools/llvm-stub/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvm-stub/Makefile')
-rw-r--r--tools/llvm-stub/Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/tools/llvm-stub/Makefile b/tools/llvm-stub/Makefile
deleted file mode 100644
index 077efa2d02..0000000000
--- a/tools/llvm-stub/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-##===- tools/llvm-stub/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-stub
-LINK_COMPONENTS := object
-
-include $(LEVEL)/Makefile.common
-