From 9a2273907ccad6420f010058d00a72bb9421dc22 Mon Sep 17 00:00:00 2001 From: joerg Date: Wed, 13 Nov 2019 22:03:31 +0000 Subject: Remove old LLVM build system. --- .../bsd/llvm/lib/liblldbPluginObjectFileMachO/Makefile | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 external/bsd/llvm/lib/liblldbPluginObjectFileMachO/Makefile (limited to 'external/bsd/llvm/lib/liblldbPluginObjectFileMachO') diff --git a/external/bsd/llvm/lib/liblldbPluginObjectFileMachO/Makefile b/external/bsd/llvm/lib/liblldbPluginObjectFileMachO/Makefile deleted file mode 100644 index 0a77672bf7e..00000000000 --- a/external/bsd/llvm/lib/liblldbPluginObjectFileMachO/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# $NetBSD: Makefile,v 1.1 2013/09/29 12:12:01 joerg Exp $ - -LIB= lldbPluginObjectFileMachO - -.include - -.PATH: ${LLDB_SRCDIR}/source/Plugins/ObjectFile/Mach-O - -SRCS+= ObjectFileMachO.cpp - -.if defined(HOSTLIB) -.include -.else -.include -.endif -- cgit