diff options
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r-- | tools/Makefile.am | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am deleted file mode 100644 index 64c50f44b9..0000000000 --- a/tools/Makefile.am +++ /dev/null @@ -1,14 +0,0 @@ -#===-- tools/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 - -SUBDIRS = analyze llvmc bugpoint extract gccas gccld llvm-bcanalyzer llc \ - llee lli llvm-ar llvm-as llvm-db llvm-dis llvm-link llvm-nm \ - llvm-prof opt llvm-ld llvm-stub |