diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2019-05-17 14:47:04 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2019-05-17 14:47:04 +0000 |
commit | 7536647dfe60c3d4260e0743d83ff82635ad4bc1 (patch) | |
tree | cb0960ec8f394d5335061d907adee2296628da7f /gnu | |
parent | 16c046521bffd85ea5547f478b03ae9ebf32e5b5 (diff) |
stop using the moribund MLINKS bsd.man.mk feature;
no functional change intended;
OK millert@
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/binutils-2.17/Makefile.bsd-wrapper | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/usr.bin/binutils-2.17/Makefile.bsd-wrapper b/gnu/usr.bin/binutils-2.17/Makefile.bsd-wrapper index dd07c6c1bab..b65fbd12f2e 100644 --- a/gnu/usr.bin/binutils-2.17/Makefile.bsd-wrapper +++ b/gnu/usr.bin/binutils-2.17/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.17 2019/02/24 12:57:13 kn Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.18 2019/05/17 14:47:03 schwarze Exp $ .include <bsd.own.mk> @@ -38,7 +38,8 @@ CONF_SUBDIRS+= ld gas INST_SUBDIRS+= ld gas MAN+= gas/doc/as.1 ld/ld.bfd.1 .if ${LINKER_VERSION:L} == "bfd" -MLINKS+= ld.bfd.1 ld.1 +maninstall: + cd ${DESTDIR}${MANDIR}1 && rm -f ld.1 && ln ld.bfd.1 ld.1 .endif .endif |