Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/binutils/usr.bin/common Strip doc from the man...



details:   https://anonhg.NetBSD.org/src/rev/484b2bafa002
branches:  trunk
changeset: 372792:484b2bafa002
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Dec 26 16:41:00 2022 +0000

description:
Strip doc from the man path

diffstat:

 external/gpl3/binutils/usr.bin/common/Makefile.prog |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r cf9edfe13363 -r 484b2bafa002 external/gpl3/binutils/usr.bin/common/Makefile.prog
--- a/external/gpl3/binutils/usr.bin/common/Makefile.prog       Mon Dec 26 15:52:37 2022 +0000
+++ b/external/gpl3/binutils/usr.bin/common/Makefile.prog       Mon Dec 26 16:41:00 2022 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.prog,v 1.10 2016/01/26 19:37:47 christos Exp $
+#      $NetBSD: Makefile.prog,v 1.11 2022/12/26 16:41:00 christos Exp $
 #
 # Common Makefile fragment for a binutils program.
 #
@@ -17,7 +17,7 @@
 
 SRCS=          ${G_${BUPROG}_OBJECTS:.o=.c} \
                ${G_${BUPROG}_DEPENDENCIES:M*.o:.o=.c}
-MAN=           ${G_man_MANS:M${PROG}.1}
+MAN=           ${G_man_MANS:T:M${PROG}.1}
 
 
 .if !empty(G_${BUPROG}_DEPENDENCIES:M*/libopcodes*)



Home | Main Index | Thread Index | Old Index