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