Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mvme68k/stand/sboot s/MDECDIR/MDEC_DIR/



details:   https://anonhg.NetBSD.org/src/rev/aecbff5e92a3
branches:  trunk
changeset: 500811:aecbff5e92a3
user:      scw <scw%NetBSD.org@localhost>
date:      Mon Dec 18 21:27:01 2000 +0000

description:
s/MDECDIR/MDEC_DIR/

diffstat:

 sys/arch/mvme68k/stand/sboot/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r ee8e664e6ea4 -r aecbff5e92a3 sys/arch/mvme68k/stand/sboot/Makefile
--- a/sys/arch/mvme68k/stand/sboot/Makefile     Mon Dec 18 21:22:00 2000 +0000
+++ b/sys/arch/mvme68k/stand/sboot/Makefile     Mon Dec 18 21:27:01 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.10 2000/12/04 21:25:58 scw Exp $
+#      $NetBSD: Makefile,v 1.11 2000/12/18 21:27:01 scw Exp $
 
 #
 # sboot would like a newer GNU ld because it can generate S-Records.
@@ -35,6 +35,6 @@
 install:       sboot.srec
        ${INSTALL} ${RENAME} ${PRESERVE} ${COPY} ${STRIPFLAG} ${INSTPRIV} \
           -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} ${.OBJDIR}/sboot.srec \
-          ${DESTDIR}${MDECDIR}/sboot
+          ${DESTDIR}${MDEC_DIR}/sboot
 
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index