Module Name: src
Committed By: joerg
Date: Mon Dec 20 16:13:45 UTC 2010
Modified Files:
src/regress/sys/net/ether_aton_r: Makefile
Log Message:
Use ${HOST_SH}
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/regress/sys/net/ether_aton_r/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/regress/sys/net/ether_aton_r/Makefile
diff -u src/regress/sys/net/ether_aton_r/Makefile:1.1 src/regress/sys/net/ether_aton_r/Makefile:1.2
--- src/regress/sys/net/ether_aton_r/Makefile:1.1 Wed May 19 21:55:36 2010
+++ src/regress/sys/net/ether_aton_r/Makefile Mon Dec 20 16:13:44 2010
@@ -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 \