Source-Changes-HG archive

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

[src/trunk]: src/distrib/arm32/floppies/inst-common use ${MAKE} not make



details:   https://anonhg.NetBSD.org/src/rev/8b63e520a8da
branches:  trunk
changeset: 500651:8b63e520a8da
user:      jhawk <jhawk%NetBSD.org@localhost>
date:      Thu Dec 14 23:48:16 2000 +0000

description:
use ${MAKE} not make

diffstat:

 distrib/arm32/floppies/inst-common/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1171e6273be2 -r 8b63e520a8da distrib/arm32/floppies/inst-common/Makefile.inc
--- a/distrib/arm32/floppies/inst-common/Makefile.inc   Thu Dec 14 22:55:36 2000 +0000
+++ b/distrib/arm32/floppies/inst-common/Makefile.inc   Thu Dec 14 23:48:16 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.9 2000/11/01 07:57:56 garbled Exp $
+# $NetBSD: Makefile.inc,v 1.10 2000/12/14 23:48:16 jhawk Exp $
 
 # TOP is assumed to be defined by Makefile including this one.
 
@@ -44,7 +44,7 @@
        ${CRUNCHGEN} -D ${TOP}/../../.. -L ${DESTDIR}/usr/lib ${CRUNCHCONF}
 
 ${CBIN}: ${CBIN}.mk ${CBIN}.cache ${CBIN}.c
-       make -f ${CBIN}.mk all
+       ${MAKE} -f ${CBIN}.mk all
 
 clean cleandir distclean:
        /bin/rm -f core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.cro *.c



Home | Main Index | Thread Index | Old Index