Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/x68k/conf Typo.



details:   https://anonhg.NetBSD.org/src/rev/f4f7f308ae77
branches:  trunk
changeset: 467996:f4f7f308ae77
user:      minoura <minoura%NetBSD.org@localhost>
date:      Thu Apr 01 14:11:21 1999 +0000

description:
Typo.

diffstat:

 sys/arch/x68k/conf/Makefile.x68k |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a45b8685e28c -r f4f7f308ae77 sys/arch/x68k/conf/Makefile.x68k
--- a/sys/arch/x68k/conf/Makefile.x68k  Thu Apr 01 14:10:04 1999 +0000
+++ b/sys/arch/x68k/conf/Makefile.x68k  Thu Apr 01 14:11:21 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.x68k,v 1.34 1999/03/30 04:26:01 minoura Exp $
+#      $NetBSD: Makefile.x68k,v 1.35 1999/04/01 14:11:21 minoura Exp $
 
 # Makefile for NetBSD
 #
@@ -186,7 +186,7 @@
                ${MKDEP} -a ${AFLAGS} ${CPPFLAGS} ${SFILES}; \
        fi
        sh $S/kern/genassym.sh ${MKDEP} -f assym.dep ${CFLAGS} \
-         ${CPPFLAGS} < ${X68k}/x68k/genassym.cf
+         ${CPPFLAGS} < ${X68K}/x68k/genassym.cf
        @sed -e 's/.*\.o:.*\.c/assym.h:/' < assym.dep >> .depend
        @rm -f assym.dep
 



Home | Main Index | Thread Index | Old Index