summaryrefslogtreecommitdiff
path: root/tools/llvm-dis
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvm-dis')
-rw-r--r--tools/llvm-dis/Makefile.am17
1 files changed, 0 insertions, 17 deletions
diff --git a/tools/llvm-dis/Makefile.am b/tools/llvm-dis/Makefile.am
deleted file mode 100644
index de606dd06c..0000000000
--- a/tools/llvm-dis/Makefile.am
+++ /dev/null
@@ -1,17 +0,0 @@
-#===-- tools/llvm-dis/Makefile.am --------------------------*- Makefile -*--===#
-#
-# The LLVM Compiler Infrastructure
-#
-# This file was developed by Reid Spencer and is distributed under the
-# University of Illinois Open Source License. See LICENSE.TXT for details.
-#
-#===------------------------------------------------------------------------===#
-
-include $(top_srcdir)/Makefile_config
-
-bin_PROGRAMS = llvm-dis
-
-llvm_dis_SOURCES = llvm-dis.cpp
-llvm_dis_LDADD = \
- $(call GETOBJS,BCReader,Core) \
- $(call GETLIBS,Support,System)