From 7ef33e2e397fdceeee4b5dd942b6def6fd5c9206 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Sat, 30 Jun 2001 06:29:47 +0000 Subject: Move kernel compile directory from sys/compile/FOO to sys/compile/${MACHINE}/FOO. Reviewed by: arch, obrien, peter and the USENIX terminal room secret kernel cabal --- sys/conf/Makefile.pc98 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/conf/Makefile.pc98') diff --git a/sys/conf/Makefile.pc98 b/sys/conf/Makefile.pc98 index a3a9f56a1864..32f0b938d981 100644 --- a/sys/conf/Makefile.pc98 +++ b/sys/conf/Makefile.pc98 @@ -31,7 +31,7 @@ KODIR?= /boot/${KERNEL} .if exists(./@/.) S= ./@ .else -S= ../.. +S= ../../.. .endif .endif M= ${MACHINE_ARCH} -- cgit v1.2.3