From ad7d9b9feaafd10930f0691e6d3795c154e31240 Mon Sep 17 00:00:00 2001 From: Patrick Wildt Date: Sun, 22 Jan 2017 06:00:15 +0000 Subject: Compile and install lld as ld.lld, since that's what the ecosystem is expecting. Prompted and ok by kettenis@ --- gnu/usr.bin/clang/lld/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/usr.bin') diff --git a/gnu/usr.bin/clang/lld/Makefile b/gnu/usr.bin/clang/lld/Makefile index 88abcc2ef96..7099b2f40b2 100644 --- a/gnu/usr.bin/clang/lld/Makefile +++ b/gnu/usr.bin/clang/lld/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 2017/01/22 03:56:33 jsg Exp $ +# $OpenBSD: Makefile,v 1.3 2017/01/22 06:00:14 patrick Exp $ .include -PROG= lld +PROG= ld.lld BINDIR= /usr/bin SRCS= lld.cpp NOMAN= -- cgit v1.2.3