summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>2003-10-26 07:25:33 +0000
committerlukem <lukem@NetBSD.org>2003-10-26 07:25:33 +0000
commitf85d2d1c14482aeb36b69b10ebf85937ae57b22d (patch)
tree9115370af7948e2ca6983db01d67236d1570ece0 /gnu
parent08c9a6472758ceded90d55fe52923cf25ecfb7fa (diff)
Use ${HOST_SH} instead of `sh'.
If necessary, pull in <bsd.sys.mk> to get the definition of HOST_SH; Makefiles that pull in one of (most of) <bsd.*.mk> will get this anyway.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/sim/ppc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/sim/ppc/Makefile b/gnu/usr.bin/sim/ppc/Makefile
index 8135cb07faa..d2566610ca4 100644
--- a/gnu/usr.bin/sim/ppc/Makefile
+++ b/gnu/usr.bin/sim/ppc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2003/08/09 12:04:55 mrg Exp $
+# $NetBSD: Makefile,v 1.6 2003/10/26 07:25:34 lukem Exp $
NOLINT= # defined
NOPIC= # defined
@@ -26,7 +26,7 @@ libinstall:
.include <bsd.lib.mk>
.include "../../Makefile.inc"
-MIC= sh ${DIST}/move-if-change
+MIC= ${HOST_SH} ${DIST}/move-if-change
HOST_CPPFLAGS+= -I${DIST}/sim/ppc -I${DIST}/include \
-I${DIST}/bfd -I../../gdb \