From 4c59a618e75a2e2df8801d989f4676aed8da1769 Mon Sep 17 00:00:00 2001 From: KATO Takenori Date: Mon, 28 Apr 1997 15:48:49 +0000 Subject: [PATCH] Synchronize with sys/i386/conf/Makefile.i386 revision 1.95. --- sys/conf/Makefile.pc98 | 8 +++++--- sys/pc98/conf/Makefile.pc98 | 8 +++++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/sys/conf/Makefile.pc98 b/sys/conf/Makefile.pc98 index 5643b7b495b..7c0cf65f050 100644 --- a/sys/conf/Makefile.pc98 +++ b/sys/conf/Makefile.pc98 @@ -3,7 +3,7 @@ # Makefile.i386 -- with config changes. # Copyright 1990 W. Jolitz # from: @(#)Makefile.i386 7.1 5/10/91 -# $Id: Makefile.pc98,v 1.12 1997/03/22 18:54:10 kato Exp $ +# $Id: Makefile.pc98,v 1.13 1997/04/22 12:20:12 kato Exp $ # # Makefile for FreeBSD # @@ -37,7 +37,7 @@ INCLUDES+= -I$S/../include .else INCLUDES+= -I/usr/include .endif -COPTS= ${INCLUDES} ${IDENT} -DKERNEL +COPTS= ${INCLUDES} ${IDENT} -DKERNEL -include opt_global.h CFLAGS= ${COPTFLAGS} ${CWARNFLAGS} ${DEBUG} ${COPTS} LOAD_ADDRESS?= F0100000 .if defined(PROF) @@ -140,13 +140,15 @@ assym.s: genassym # Some of the defines that genassym outputs may well depend on the # value of kernel options. -genassym.o: ${I386}/i386/genassym.c Makefile +genassym.o: ${I386}/i386/genassym.c Makefile opt_global.h rm -f ./machine ; ln -s ${I386}/include ./machine ${CC} -c ${CFLAGS} ${PARAM} -UKERNEL ${I386}/i386/genassym.c genassym: genassym.o ${CC} ${CFLAGS} ${PARAM} genassym.o -o $@ +${OBJS}: opt_global.h + # XXX this assumes that the options for NORMAL_C* and DRIVER_C* are identical. depend: assym.s param.c vnode_if.h ${BEFORE_DEPEND} rm -f .newdep diff --git a/sys/pc98/conf/Makefile.pc98 b/sys/pc98/conf/Makefile.pc98 index 5643b7b495b..7c0cf65f050 100644 --- a/sys/pc98/conf/Makefile.pc98 +++ b/sys/pc98/conf/Makefile.pc98 @@ -3,7 +3,7 @@ # Makefile.i386 -- with config changes. # Copyright 1990 W. Jolitz # from: @(#)Makefile.i386 7.1 5/10/91 -# $Id: Makefile.pc98,v 1.12 1997/03/22 18:54:10 kato Exp $ +# $Id: Makefile.pc98,v 1.13 1997/04/22 12:20:12 kato Exp $ # # Makefile for FreeBSD # @@ -37,7 +37,7 @@ INCLUDES+= -I$S/../include .else INCLUDES+= -I/usr/include .endif -COPTS= ${INCLUDES} ${IDENT} -DKERNEL +COPTS= ${INCLUDES} ${IDENT} -DKERNEL -include opt_global.h CFLAGS= ${COPTFLAGS} ${CWARNFLAGS} ${DEBUG} ${COPTS} LOAD_ADDRESS?= F0100000 .if defined(PROF) @@ -140,13 +140,15 @@ assym.s: genassym # Some of the defines that genassym outputs may well depend on the # value of kernel options. -genassym.o: ${I386}/i386/genassym.c Makefile +genassym.o: ${I386}/i386/genassym.c Makefile opt_global.h rm -f ./machine ; ln -s ${I386}/include ./machine ${CC} -c ${CFLAGS} ${PARAM} -UKERNEL ${I386}/i386/genassym.c genassym: genassym.o ${CC} ${CFLAGS} ${PARAM} genassym.o -o $@ +${OBJS}: opt_global.h + # XXX this assumes that the options for NORMAL_C* and DRIVER_C* are identical. depend: assym.s param.c vnode_if.h ${BEFORE_DEPEND} rm -f .newdep