Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/alpha/conf Fix generation of locore.s dependencies.



details:   https://anonhg.NetBSD.org/src/rev/62f2642c4ee5
branches:  trunk
changeset: 473362:62f2642c4ee5
user:      ross <ross%NetBSD.org@localhost>
date:      Mon May 31 02:46:17 1999 +0000

description:
Fix generation of locore.s dependencies.

diffstat:

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

diffs (18 lines):

diff -r 6f77e87c59c7 -r 62f2642c4ee5 sys/arch/alpha/conf/Makefile.alpha
--- a/sys/arch/alpha/conf/Makefile.alpha        Mon May 31 00:14:00 1999 +0000
+++ b/sys/arch/alpha/conf/Makefile.alpha        Mon May 31 02:46:17 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.alpha,v 1.49 1999/02/23 01:00:51 thorpej Exp $
+# $NetBSD: Makefile.alpha,v 1.50 1999/05/31 02:46:17 ross Exp $
 
 # Makefile for NetBSD
 #
@@ -170,7 +170,7 @@
 .depend: ${SRCS} assym.h param.c
        ${MKDEP} -x assembler-with-cpp ${AFLAGS} ${CPPFLAGS} \
            ${ALPHA}/alpha/locore.s
-       ${MKDEP} -x assembler-with-cpp ${AFLAGS} ${CPPFLAGS} \
+       ${MKDEP} -a -x assembler-with-cpp ${AFLAGS} ${CPPFLAGS} \
            ${ALPHA}/alpha/transfer.s
        ${MKDEP} -a ${CFLAGS} ${CPPFLAGS} param.c ioconf.c ${CFILES}
        test -z "${SFILES}" || \



Home | Main Index | Thread Index | Old Index