Remove old .PATH directives that referenced libc source.
Libkern has its own copies of all the requisite source files.
This commit is contained in:
parent
c1b02d9bff
commit
65c53f255c
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.21 1995/06/26 03:25:46 christos Exp $
|
||||
# $NetBSD: Makefile,v 1.22 1995/09/26 18:27:24 jonathan Exp $
|
||||
|
||||
LIB= kern
|
||||
NOPIC=
|
||||
|
@ -10,16 +10,8 @@ DIR=${KERNREL}${KERNDIR}
|
|||
.include "${DIR}/arch/${MACHINE_ARCH}/Makefile.inc"
|
||||
.endif
|
||||
|
||||
LIBC= ${DIR}/../../../lib/libc
|
||||
|
||||
.PATH: ${LIBC}/string ${LIBC}/arch/${MACHINE_ARCH}/string
|
||||
.PATH: ${LIBC}/net ${LIBC}/arch/${MACHINE_ARCH}/net
|
||||
.PATH: ${LIBC}/gen ${LIBC}/arch/${MACHINE_ARCH}/gen
|
||||
.PATH: ${LIBC}/stdlib ${LIBC}/arch/${MACHINE_ARCH}/stdlib
|
||||
.PATH: ${LIBC}/sys ${LIBC}/arch/${MACHINE_ARCH}/sys
|
||||
.PATH: ${DIR}
|
||||
|
||||
AINC+= -I${LIBC}/arch/${MACHINE_ARCH}
|
||||
CC = ${KERNCC}
|
||||
CFLAGS += -I${DIR}/arch/${MACHINE_ARCH} \
|
||||
${KERNCFLAGS:S/-D_KERNEL//:S@-I.@-I${KERNREL}.@g}
|
||||
|
@ -29,7 +21,6 @@ CFLAGS += -I${DIR}/arch/${MACHINE_ARCH} \
|
|||
SRCS+= adddi3.c anddi3.c ashldi3.c ashrdi3.c cmpdi2.c divdi3.c iordi3.c \
|
||||
lshldi3.c lshrdi3.c moddi3.c muldi3.c negdi2.c notdi2.c qdivrem.c \
|
||||
subdi3.c ucmpdi2.c udivdi3.c umoddi3.c xordi3.c
|
||||
.PATH: ${LIBC}/arch/${MACHINE_ARCH}/quad ${LIBC}/quad
|
||||
.endif
|
||||
|
||||
# Other stuff
|
||||
|
|
Loading…
Reference in New Issue