Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/conf make .s and .S files depend on assym.h
details: https://anonhg.NetBSD.org/src/rev/c70f9992324a
branches: trunk
changeset: 522061:c70f9992324a
user: mrg <mrg%NetBSD.org@localhost>
date: Mon Feb 11 03:43:53 2002 +0000
description:
make .s and .S files depend on assym.h
diffstat:
sys/conf/Makefile.kern.inc | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 5c5abd509678 -r c70f9992324a sys/conf/Makefile.kern.inc
--- a/sys/conf/Makefile.kern.inc Mon Feb 11 02:47:29 2002 +0000
+++ b/sys/conf/Makefile.kern.inc Mon Feb 11 03:43:53 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.kern.inc,v 1.10 2001/12/23 22:45:07 thorpej Exp $
+# $NetBSD: Makefile.kern.inc,v 1.11 2002/02/11 03:43:53 mrg Exp $
#
# This file contains common `MI' targets and definitions and it is included
# at the bottom of each `MD' ${MACHINE}/conf/Makefile.${MACHINE}. There are
@@ -178,6 +178,7 @@
sh $S/kern/genassym.sh ${CC} ${CFLAGS} ${CPPFLAGS} ${PROF} \
> assym.h.tmp && \
mv -f assym.h.tmp assym.h
+${MD_SFILES:C/\.[Ss]/.o/} ${SFILES:C/\.[Ss]/.o/}: assym.h
.endif
.if !target(vers.o)
Home |
Main Index |
Thread Index |
Old Index