Source-Changes-HG archive

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

[src/trunk]: src/distrib/vax/inst-common make -> ${MAKE}.



details:   https://anonhg.NetBSD.org/src/rev/18274435b9b3
branches:  trunk
changeset: 508419:18274435b9b3
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Apr 11 17:31:44 2001 +0000

description:
make -> ${MAKE}.
Noted by Olaf Seibert on current-users.

diffstat:

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

diffs (18 lines):

diff -r ea407cd569bb -r 18274435b9b3 distrib/vax/inst-common/Makefile.inc
--- a/distrib/vax/inst-common/Makefile.inc      Wed Apr 11 15:17:51 2001 +0000
+++ b/distrib/vax/inst-common/Makefile.inc      Wed Apr 11 17:31:44 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.9 2000/11/01 07:58:01 garbled Exp $
+#      $NetBSD: Makefile.inc,v 1.10 2001/04/11 17:31:44 wiz Exp $
 
 # TOP is assumed to be defined by Makefile including this one.
 
@@ -48,7 +48,7 @@
        vnconfig -u ${VND_DEV}
 
 edlabel copy xxboot boot:
-       (cd /sys/arch/vax/boot;make)
+       (cd /sys/arch/vax/boot; ${MAKE})
        cp /sys/arch/vax/boot/edlabel .
        cp /sys/arch/vax/boot/copy .
        cp /sys/arch/vax/boot/xxboot .



Home | Main Index | Thread Index | Old Index