diff options
author | Pascal Stumpf <pascal@cvs.openbsd.org> | 2016-09-05 12:48:26 +0000 |
---|---|---|
committer | Pascal Stumpf <pascal@cvs.openbsd.org> | 2016-09-05 12:48:26 +0000 |
commit | 6a1b49ce3cd21961339f0f42faffaebc77d0a8fe (patch) | |
tree | 5ae4801fc7251d6e1eb88ac1b5bf729247dd9edb /gnu | |
parent | 3b5274682291b44b8a2eb6b1aef2d0d049f7fe42 (diff) |
Fix "make depend".
ok jsg@
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/clang/libclangRewrite/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/usr.bin/clang/libclangRewrite/Makefile b/gnu/usr.bin/clang/libclangRewrite/Makefile index 19fef70356e..1bfbfea9bdb 100644 --- a/gnu/usr.bin/clang/libclangRewrite/Makefile +++ b/gnu/usr.bin/clang/libclangRewrite/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2016/09/05 10:56:50 pascal Exp $ +# $OpenBSD: Makefile,v 1.2 2016/09/05 12:48:25 pascal Exp $ LIB= clangRewrite NOPIC= @@ -15,6 +15,9 @@ SRCS= DeltaTree.cpp \ .PATH: ${.CURDIR}/../../../llvm/tools/clang/lib/Rewrite +depend: + # Nothing here so far ... + install: # Nothing here so far ... |