Arrgh. A clean pc98 build failed due to bogons on my part :-(.

Fix it by putting back the link of machine to sys/i386/include rather
than ../../include (aka sys/pc98/include).  I had a stale machine link
on my first test.

Not sure what the "right" fix is, but this unbreaks things.
This commit is contained in:
imp 2001-11-02 21:50:15 +00:00
parent 18d82938b5
commit 3d77ae77d5
2 changed files with 4 additions and 0 deletions

View File

@ -30,6 +30,7 @@ S= ../../..
.endif
.include "$S/conf/kern.pre.mk"
EXTRA_GENASSYM=rm -f ./machine ; ln -s $S/$M/include ./machine
MKMODULESENV+= MACHINE=pc98
%BEFORE_DEPEND

View File

@ -74,6 +74,9 @@ assym.s: $S/kern/genassym.sh genassym.o
NM=${NM} OBJFORMAT=elf sh $S/kern/genassym.sh genassym.o > ${.TARGET}
genassym.o: $S/$M/$M/genassym.c
.if defined(EXTRA_GENASSYM)
${EXTRA_GENASSYM}
.endif
${CC} -c ${CFLAGS} $S/$M/$M/genassym.c
${SYSTEM_OBJS} genassym.o vers.o: opt_global.h