summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/clang/libclangCodeGen/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/clang/libclangCodeGen/Makefile')
-rw-r--r--gnu/usr.bin/clang/libclangCodeGen/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/gnu/usr.bin/clang/libclangCodeGen/Makefile b/gnu/usr.bin/clang/libclangCodeGen/Makefile
index f889c0b8737..377af6930c9 100644
--- a/gnu/usr.bin/clang/libclangCodeGen/Makefile
+++ b/gnu/usr.bin/clang/libclangCodeGen/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:36 espie Exp $
LIB= clangCodeGen
NOPIC=
@@ -62,10 +62,7 @@ SRCS= BackendUtil.cpp \
.PATH: ${.CURDIR}/../../../llvm/tools/clang/lib/CodeGen
-depend:
- # Nothing here so far ...
-
install:
- # Nothing here so far ...
+ @# Nothing here so far ...
.include <bsd.lib.mk>