From 6c9c5ddd520ca7003aa88b683d6290d3b6c19c65 Mon Sep 17 00:00:00 2001 From: ru Date: Tue, 23 Nov 2004 09:09:47 +0000 Subject: Hopefully fix the "aicasm" build-tool issue when using ${KERNSRCDIR} different from ${.CURDIR}. Reported by: jhb --- Makefile.inc1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.inc1') diff --git a/Makefile.inc1 b/Makefile.inc1 index 7227fab..d176a87 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -684,7 +684,7 @@ buildkernel: # XXX - Gratuitously builds aicasm in the ``makeoptions NO_MODULES'' case. .if !defined(MODULES_WITH_WORLD) && !defined(NO_MODULES) && exists(${KERNSRCDIR}/modules) .for target in obj depend all - cd ${.CURDIR}/sys/modules/aic7xxx/aicasm; \ + cd ${KERNSRCDIR}/modules/aic7xxx/aicasm; \ MAKEOBJDIRPREFIX=${KRNLOBJDIR}/${_kernel}/modules \ ${MAKE} -DNO_CPU_CFLAGS ${target} .endfor -- cgit v1.1