summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/clang/libLLVMARMAsmParser/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/clang/libLLVMARMAsmParser/Makefile')
-rw-r--r--gnu/usr.bin/clang/libLLVMARMAsmParser/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/gnu/usr.bin/clang/libLLVMARMAsmParser/Makefile b/gnu/usr.bin/clang/libLLVMARMAsmParser/Makefile
index 4f097e1f7ee..3ea079ed9ba 100644
--- a/gnu/usr.bin/clang/libLLVMARMAsmParser/Makefile
+++ b/gnu/usr.bin/clang/libLLVMARMAsmParser/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2016/09/17 16:43:51 kettenis Exp $
+# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:34 espie Exp $
LIB= LLVMARMAsmParser
NOPIC=
@@ -11,10 +11,7 @@ SRCS= ARMAsmParser.cpp
.PATH: ${.CURDIR}/../../../llvm/lib/Target/ARM/AsmParser
-depend:
- # Nothing here so far ...
-
install:
- # Nothing here so far ...
+ @# Nothing here so far ...
.include <bsd.lib.mk>