diff options
Diffstat (limited to 'gnu/lib/libstdc++/Makefile.bsd-wrapper')
-rw-r--r-- | gnu/lib/libstdc++/Makefile.bsd-wrapper | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gnu/lib/libstdc++/Makefile.bsd-wrapper b/gnu/lib/libstdc++/Makefile.bsd-wrapper index 26089db3d7c..53e41ea2b35 100644 --- a/gnu/lib/libstdc++/Makefile.bsd-wrapper +++ b/gnu/lib/libstdc++/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.8 2007/11/05 17:02:43 espie Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.9 2017/06/12 18:49:34 espie Exp $ .include "${.CURDIR}/shlib_version" SHLIB_MAJOR=${major} @@ -64,9 +64,6 @@ config.status: depend: # Nothing here so far... -lint: - # Nothing here so far... - tags: # Nothing here so far... |