From 41fb72ab6effdfa0bdb71a77114851d82bfdb20a Mon Sep 17 00:00:00 2001 From: Marc Espie Date: Sun, 9 Jul 2017 15:28:37 +0000 Subject: zap empty depends/silence empty installs. okay millert@ --- gnu/usr.bin/clang/liblldELF/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'gnu/usr.bin/clang/liblldELF') diff --git a/gnu/usr.bin/clang/liblldELF/Makefile b/gnu/usr.bin/clang/liblldELF/Makefile index dfba31eb73b..7e2a245421b 100644 --- a/gnu/usr.bin/clang/liblldELF/Makefile +++ b/gnu/usr.bin/clang/liblldELF/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2017/01/24 08:44:47 patrick Exp $ +# $OpenBSD: Makefile,v 1.3 2017/07/09 15:28:36 espie Exp $ LIB= lldELF NOPROFILE= @@ -38,10 +38,7 @@ Options.inc: Options.td -I ${LLVM_SRCS}/include \ -o ${.TARGET} ${.ALLSRC} -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include -- cgit v1.2.3