diff options
| author | jmc <jmc@NetBSD.org> | 2002-03-01 06:06:50 +0000 |
|---|---|---|
| committer | jmc <jmc@NetBSD.org> | 2002-03-01 06:06:50 +0000 |
| commit | 32f6aaf03147ef58a3cf0dc975c985e7319f1c81 (patch) | |
| tree | 39f920c7f87fc1c75cc22f6698cb95efd0e86166 /gnu | |
| parent | f6ce7f329331b07a7fb2065326cc1ff8ce920c27 (diff) | |
Use sh to invoke move-if-change and don't depend on it being +x in the
repository
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/sim/ppc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/sim/ppc/Makefile b/gnu/usr.bin/sim/ppc/Makefile index 15ea61a5b01..75eec451253 100644 --- a/gnu/usr.bin/sim/ppc/Makefile +++ b/gnu/usr.bin/sim/ppc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/02/21 04:13:45 jmc Exp $ +# $NetBSD: Makefile,v 1.3 2002/03/01 06:06:50 jmc Exp $ TOP= ${.CURDIR}/../../.. @@ -21,7 +21,7 @@ libinstall: .include <bsd.lib.mk> -MIC= ${DIST}/move-if-change +MIC= sh ${DIST}/move-if-change HOST_CPPFLAGS+= -I${DIST}/sim/ppc -I${DIST}/sim/ppc/../../include \ -I${DIST}/sim/ppc/../../bfd -I../../gdb \ |
