summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/clang/libLLVMMipsAsmParser/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/clang/libLLVMMipsAsmParser/Makefile')
-rw-r--r--gnu/usr.bin/clang/libLLVMMipsAsmParser/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/gnu/usr.bin/clang/libLLVMMipsAsmParser/Makefile b/gnu/usr.bin/clang/libLLVMMipsAsmParser/Makefile
index 2287e052587..381bbc5affd 100644
--- a/gnu/usr.bin/clang/libLLVMMipsAsmParser/Makefile
+++ b/gnu/usr.bin/clang/libLLVMMipsAsmParser/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2017/01/25 19:24:33 patrick Exp $
+# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $
LIB= LLVMMipsAsmParser
NOPIC=
@@ -12,10 +12,7 @@ SRCS= MipsAsmParser.cpp
.PATH: ${.CURDIR}/../../../llvm/lib/Target/Mips/AsmParser
-depend:
- # Nothing here so far ...
-
install:
- # Nothing here so far ...
+ @# Nothing here so far ...
.include <bsd.lib.mk>