diff options
Diffstat (limited to 'lib/Passes/Makefile')
-rw-r--r-- | lib/Passes/Makefile | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/lib/Passes/Makefile b/lib/Passes/Makefile deleted file mode 100644 index 413dc5cf485b..000000000000 --- a/lib/Passes/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -##===- lib/Passes/Makefile ---------------------------------*- Makefile -*-===## -# -# The LLVM Compiler Infrastructure -# -# This file is distributed under the University of Illinois Open Source -# License. See LICENSE.TXT for details. -# -##===----------------------------------------------------------------------===## - -LEVEL = ../.. -LIBRARYNAME = LLVMPasses -BUILD_ARCHIVE := 1 - -include $(LEVEL)/Makefile.common |