From c33088f41ec25e1b89af1e1a3f51f7ce998ca2d5 Mon Sep 17 00:00:00 2001 From: Eugene Zelenko Date: Thu, 28 Jan 2016 22:05:24 +0000 Subject: Remove autoconf support from source directories. Differential revision: http://reviews.llvm.org/D16662 llvm-svn: 259098 --- lldb/source/Plugins/OperatingSystem/Python/Makefile | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 lldb/source/Plugins/OperatingSystem/Python/Makefile (limited to 'lldb/source/Plugins/OperatingSystem/Python') diff --git a/lldb/source/Plugins/OperatingSystem/Python/Makefile b/lldb/source/Plugins/OperatingSystem/Python/Makefile deleted file mode 100644 index 67cd0acd703..00000000000 --- a/lldb/source/Plugins/OperatingSystem/Python/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -##==- source/Plugins/OperatingSystem/Python/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 := lldbPluginOSPython -BUILD_ARCHIVE = 1 - -include $(LLDB_LEVEL)/Makefile -- cgit v1.2.3