diff options
Diffstat (limited to 'tools/bc-wrap/Makefile')
-rw-r--r-- | tools/bc-wrap/Makefile | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/tools/bc-wrap/Makefile b/tools/bc-wrap/Makefile deleted file mode 100644 index dccff2ecde..0000000000 --- a/tools/bc-wrap/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -#===- tools/bc-wrap/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 = bc-wrap - -# Include this here so we can get the configuration of the targets -# that have been configured for construction. We have to do this -# early so we can set up LINK_COMPONENTS before including Makefile.rules -include $(LEVEL)/Makefile.config - -LINK_COMPONENTS := $(TARGETS_TO_BUILD) Wrap - -include $(LLVM_SRC_ROOT)/Makefile.rules |