Source-Changes-HG archive

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

[src/trunk]: src/regress/sys/net/ether_aton_r Use ${HOST_SH}



details:   https://anonhg.NetBSD.org/src/rev/4dd58d9ee5ec
branches:  trunk
changeset: 759920:4dd58d9ee5ec
user:      joerg <joerg%NetBSD.org@localhost>
date:      Mon Dec 20 16:13:44 2010 +0000

description:
Use ${HOST_SH}

diffstat:

 regress/sys/net/ether_aton_r/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5d2d47459e0c -r 4dd58d9ee5ec regress/sys/net/ether_aton_r/Makefile
--- a/regress/sys/net/ether_aton_r/Makefile     Mon Dec 20 15:10:06 2010 +0000
+++ b/regress/sys/net/ether_aton_r/Makefile     Mon Dec 20 16:13:44 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1 2010/05/19 21:55:36 christos Exp $
+#      $NetBSD: Makefile,v 1.2 2010/12/20 16:13:44 joerg Exp $
 #
 # To use this, copy / link the cpu_in_cksum.S from the arch subdirectory
 # and copy assym.h from the build directory of a kernel.
@@ -14,7 +14,7 @@
 CLEANFILES+=ether_aton_r.c
 
 ether_aton_r.c: autogen ${NETBSDSRCDIR}/sys/net/if_ethersubr.c
-       ${.ALLSRC} ${.TARGET}
+       ${HOST_SH} ${.ALLSRC} ${.TARGET}
 
 regress:
        @if ./${PROG} ; then            \



Home | Main Index | Thread Index | Old Index