diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2017-07-09 15:28:37 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2017-07-09 15:28:37 +0000 |
commit | 41fb72ab6effdfa0bdb71a77114851d82bfdb20a (patch) | |
tree | 7baaad768205ed9c5d354d8d23f563d4b4a211e4 /gnu/usr.bin/clang/liblldELF | |
parent | dffe467d65525921a9f3fdc3394d64106ceea31f (diff) |
zap empty depends/silence empty installs.
okay millert@
Diffstat (limited to 'gnu/usr.bin/clang/liblldELF')
-rw-r--r-- | gnu/usr.bin/clang/liblldELF/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
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 <bsd.lib.mk> |