diff options
Diffstat (limited to 'tools/llvm2cpp/Makefile')
-rw-r--r-- | tools/llvm2cpp/Makefile | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/tools/llvm2cpp/Makefile b/tools/llvm2cpp/Makefile deleted file mode 100644 index 33fd972d19..0000000000 --- a/tools/llvm2cpp/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -##===- tools/llvm2cpp/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 = llvm2cpp -LINK_COMPONENTS = bitreader - -include $(LEVEL)/Makefile.common - -CompileCommonOpts := $(CompileCommonOpts) -Wno-format |