diff options
author | tnn <tnn@pkgsrc.org> | 2016-03-08 21:11:44 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2016-03-08 21:11:44 +0000 |
commit | 1547ce904194fe962c69144f3cdf360048f3987d (patch) | |
tree | 081ee43ecc62fb407e18cc995404be2459073840 | |
parent | e51b085d11d4972838e9728a1b67e9c1b46f55ce (diff) | |
download | pkgsrc-1547ce904194fe962c69144f3cdf360048f3987d.tar.gz |
g/c obsolete comment
-rw-r--r-- | lang/clang/Makefile.common | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lang/clang/Makefile.common b/lang/clang/Makefile.common index 54769618816..42376356f45 100644 --- a/lang/clang/Makefile.common +++ b/lang/clang/Makefile.common @@ -1,11 +1,7 @@ -# $NetBSD: Makefile.common,v 1.11 2016/01/11 19:16:08 ryoon Exp $ +# $NetBSD: Makefile.common,v 1.12 2016/03/08 21:11:44 tnn Exp $ # # used by lang/clang/Makefile # used by lang/clang-static-analyzer/Makefile -# used by lang/libLLVM/Makefile -# Keep in mind that the MesaLib package is also heavily reliant on libLLVM. -# The mesa project tends to release new stable releases whenever clang is -# updated, so it is a good idea to update that package simultaneously. DISTNAME= clang-3.7.1 CATEGORIES= lang |