diff options
Diffstat (limited to 'llvm/lib/LineEditor')
-rw-r--r-- | llvm/lib/LineEditor/Makefile | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/llvm/lib/LineEditor/Makefile b/llvm/lib/LineEditor/Makefile deleted file mode 100644 index c7ff6d8eaae..00000000000 --- a/llvm/lib/LineEditor/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -##===- lib/LineEditor/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 = LLVMLineEditor -BUILD_ARCHIVE := 1 - -include $(LEVEL)/Makefile.common - |