Removing minix hack.

This commit is contained in:
phil 1994-05-17 17:28:36 +00:00
parent b0b840abb9
commit b4d3cf9bc2
1 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ SYSTEM_OBJS=locore.o ${OBJS} param.o ioconf.o conf.o ${LIBKERN}
SYSTEM_DEP=Makefile ${SYSTEM_OBJS}
SYSTEM_LD_HEAD= @echo loading $@; rm -f $@
SYSTEM_LD= @${LD} -z -T FE002000 -o $@ -X vers.o ${SYSTEM_OBJS}
SYSTEM_LD_TAIL= size $@ ; nm $@ | sort > SYMMS ; chmod 755 $@
SYSTEM_LD_TAIL= size $@ ; nm -n $@ > SYMMS ; chmod 755 $@
%OBJS
@ -116,7 +116,7 @@ tags:
@echo "see $S/kern/Makefile for tags"
ioconf.o: ioconf.c $S/sys/param.h $S/sys/buf.h \
${PC532}/dev/device.h ${PC532}/pc532/icu.h
${PC532}/dev/device.h machine/icu.h
${CC} -c ${CFLAGS} ioconf.c
conf.o: $S/sys/param.h $S/sys/systm.h $S/sys/buf.h $S/sys/ioctl.h \