Source-Changes-HG archive

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

[src/trunk]: src/gnu/usr.bin/groff replace $(SHELL) with ${HOST_SH}



details:   https://anonhg.NetBSD.org/src/rev/42bf6081ef8d
branches:  trunk
changeset: 554428:42bf6081ef8d
user:      lukem <lukem%NetBSD.org@localhost>
date:      Tue Oct 28 02:51:56 2003 +0000

description:
replace $(SHELL) with ${HOST_SH}

diffstat:

 gnu/usr.bin/groff/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f93bbf03aedc -r 42bf6081ef8d gnu/usr.bin/groff/Makefile.inc
--- a/gnu/usr.bin/groff/Makefile.inc    Tue Oct 28 02:01:46 2003 +0000
+++ b/gnu/usr.bin/groff/Makefile.inc    Tue Oct 28 02:51:56 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.10 2003/10/26 03:49:39 lukem Exp $
+# $NetBSD: Makefile.inc,v 1.11 2003/10/28 02:51:56 lukem Exp $
 
 # $FreeBSD: src/gnu/usr.bin/groff/Makefile.inc,v 2.7 2003/05/01 13:22:18 ru Exp $
 
@@ -134,7 +134,7 @@
        -e "s;@TMAC_MDIR@;$(tmacdir)/mm;g" \
        -e "s;@BROKEN_SPOOLER_FLAGS@;$(BROKEN_SPOOLER_FLAGS);g" \
        -e "s;@VERSION@;$(version)$(revision);g" \
-       -e "s;@MDATE@;`$(SHELL) ${GROFF_DIST}/mdate.sh $<`;g" \
+       -e "s;@MDATE@;`${HOST_SH} ${GROFF_DIST}/mdate.sh $<`;g" \
        -e "s;@g@;$(g);g" \
        -e "s;@G@;`echo $(g) | tr [a-z] [A-Z]`;g" \
        $< >$@



Home | Main Index | Thread Index | Old Index