Move vnode_if.o earlier in the OBJ list.
This commit is contained in:
parent
37256fb7d1
commit
321a38087b
@ -1,4 +1,4 @@
|
||||
# $Id: Makefile.sun3,v 1.19 1994/06/13 15:54:16 gwr Exp $
|
||||
# $Id: Makefile.sun3,v 1.20 1994/06/28 21:40:34 gwr Exp $
|
||||
# Makefile for 4.4 BSD
|
||||
#
|
||||
# This makefile is constructed from a machine description:
|
||||
@ -21,7 +21,6 @@
|
||||
# copy a few things from NetBSD:/usr/include
|
||||
# into compile/xinc : nlist.h setjmp.h stab.h
|
||||
XINC = -nostdinc -I../xinc
|
||||
# Uncomment this if you do not have GNU awk (just plain nawk)
|
||||
AWK = nawk
|
||||
|
||||
# DEBUG is set to -g by config if debugging is requested (config -g).
|
||||
@ -77,7 +76,7 @@ LDX=-X
|
||||
.else
|
||||
LDX=-S
|
||||
.endif
|
||||
SYSTEM_OBJ= locore.o ${OBJS} param.o ioconf.o vnode_if.o
|
||||
SYSTEM_OBJ= locore.o vnode_if.o ${OBJS} param.o ioconf.o
|
||||
#SYSTEM_DEP= Makefile symbols.sort ${SYSTEM_OBJ}
|
||||
SYSTEM_DEP= Makefile ${SYSTEM_OBJ}
|
||||
SYSTEM_LD_HEAD= @echo loading $@; rm -f $@
|
||||
@ -176,6 +175,6 @@ vers.o: ${SYSTEM_DEP} ${SYSTEM_SWAP_DEP}
|
||||
${CC} ${CFLAGS} -c vers.c
|
||||
|
||||
vnode_if.c vnode_if.h : $S/kern/vnode_if.sh $S/kern/vnode_if.src
|
||||
AWK=${AWK} sh $S/kern/vnode_if.sh $S/kern/vnode_if.src
|
||||
AWK="${AWK}" sh $S/kern/vnode_if.sh $S/kern/vnode_if.src
|
||||
|
||||
%RULES
|
||||
|
Loading…
Reference in New Issue
Block a user