summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/clang/libLLVMAsmPrinter/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/clang/libLLVMAsmPrinter/Makefile')
-rw-r--r--gnu/usr.bin/clang/libLLVMAsmPrinter/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/gnu/usr.bin/clang/libLLVMAsmPrinter/Makefile b/gnu/usr.bin/clang/libLLVMAsmPrinter/Makefile
index e0e6e1e09fd..02b43fc90e2 100644
--- a/gnu/usr.bin/clang/libLLVMAsmPrinter/Makefile
+++ b/gnu/usr.bin/clang/libLLVMAsmPrinter/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2017/01/14 20:12:41 patrick Exp $
+# $OpenBSD: Makefile,v 1.3 2017/07/09 15:28:34 espie Exp $
LIB= LLVMAsmPrinter
NOPIC=
@@ -31,10 +31,7 @@ SRCS= AddressPool.cpp \
.PATH: ${.CURDIR}/../../../llvm/lib/CodeGen/AsmPrinter
-depend:
- # Nothing here so far ...
-
install:
- # Nothing here so far ...
+ @# Nothing here so far ...
.include <bsd.lib.mk>