From f4372fe2684f31fe80cef0ee264682d74795d702 Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Tue, 5 Mar 2019 09:44:43 +0000 Subject: Build and install a shared libLLVM, llvm-config and llvm includes. This is required to build the radeonsi Mesa driver. ok patrick@ --- gnu/usr.bin/clang/libLLVMPasses/Makefile | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'gnu/usr.bin/clang/libLLVMPasses/Makefile') diff --git a/gnu/usr.bin/clang/libLLVMPasses/Makefile b/gnu/usr.bin/clang/libLLVMPasses/Makefile index 3bd0c32184b..948cca4f917 100644 --- a/gnu/usr.bin/clang/libLLVMPasses/Makefile +++ b/gnu/usr.bin/clang/libLLVMPasses/Makefile @@ -1,17 +1,10 @@ -# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $ +# $OpenBSD: Makefile,v 1.3 2019/03/05 09:44:41 jsg Exp $ LIB= LLVMPasses -NOPIC= NOPROFILE= CPPFLAGS+= -I${LLVM_SRCS}/include/llvm/Passes -.include -SRCS= PassBuilder.cpp +SRCS+= PassBuilder.cpp .PATH: ${.CURDIR}/../../../llvm/lib/Passes - -install: - @# Nothing here so far ... - -.include -- cgit v1.2.3