diff options
Diffstat (limited to 'source/Plugins/SymbolFile/Symtab/Makefile')
-rw-r--r-- | source/Plugins/SymbolFile/Symtab/Makefile | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/source/Plugins/SymbolFile/Symtab/Makefile b/source/Plugins/SymbolFile/Symtab/Makefile deleted file mode 100644 index 2c3dbb6d86ab7..0000000000000 --- a/source/Plugins/SymbolFile/Symtab/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -##===- source/Plugins/SymbolFile/Symtab/Makefile -----------*- Makefile -*-===## -# -# The LLVM Compiler Infrastructure -# -# This file is distributed under the University of Illinois Open Source -# License. See LICENSE.TXT for details. -# -##===----------------------------------------------------------------------===## - -LLDB_LEVEL := ../../../.. -LIBRARYNAME := lldbPluginSymbolFileSymtab -BUILD_ARCHIVE = 1 - -include $(LLDB_LEVEL)/Makefile |