diff options
Diffstat (limited to 'gnu/usr.bin/clang/libLLVMARMCodeGen/Makefile')
-rw-r--r-- | gnu/usr.bin/clang/libLLVMARMCodeGen/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/gnu/usr.bin/clang/libLLVMARMCodeGen/Makefile b/gnu/usr.bin/clang/libLLVMARMCodeGen/Makefile index 92a48159e2a..57e67049cfe 100644 --- a/gnu/usr.bin/clang/libLLVMARMCodeGen/Makefile +++ b/gnu/usr.bin/clang/libLLVMARMCodeGen/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:34 espie Exp $ LIB= LLVMARMCodeGen NOPIC= @@ -41,10 +41,7 @@ SRCS= A15SDOptimizer.cpp \ .PATH: ${.CURDIR}/../../../llvm/lib/Target/ARM -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include <bsd.lib.mk> |