Source-Changes-HG archive

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

[src/netbsd-1-4]: src/sys/arch/alpha/conf pullup 1.49->1.50 (ross): Fix gener...



details:   https://anonhg.NetBSD.org/src/rev/e55118bd1b97
branches:  netbsd-1-4
changeset: 468812:e55118bd1b97
user:      perry <perry%NetBSD.org@localhost>
date:      Mon Jun 21 15:22:45 1999 +0000

description:
pullup 1.49->1.50 (ross): 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 919026070c89 -r e55118bd1b97 sys/arch/alpha/conf/Makefile.alpha
--- a/sys/arch/alpha/conf/Makefile.alpha        Mon Jun 21 15:21:24 1999 +0000
+++ b/sys/arch/alpha/conf/Makefile.alpha        Mon Jun 21 15:22:45 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.49.2.1 1999/06/21 15:22:45 perry 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