summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/clang/libLLVMSupport/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/clang/libLLVMSupport/Makefile')
-rw-r--r--gnu/usr.bin/clang/libLLVMSupport/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/gnu/usr.bin/clang/libLLVMSupport/Makefile b/gnu/usr.bin/clang/libLLVMSupport/Makefile
index 99d8ba43fba..b9c45b8700a 100644
--- a/gnu/usr.bin/clang/libLLVMSupport/Makefile
+++ b/gnu/usr.bin/clang/libLLVMSupport/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.3 2017/01/24 08:44:47 patrick Exp $
+# $OpenBSD: Makefile,v 1.4 2017/07/09 15:28:35 espie Exp $
LIB= LLVMSupport
NOPIC=
@@ -107,10 +107,7 @@ SRCS= APFloat.cpp \
.PATH: ${.CURDIR}/../../../llvm/lib/Support
-depend:
- # Nothing here so far ...
-
install:
- # Nothing here so far ...
+ @# Nothing here so far ...
.include <bsd.lib.mk>