From 24489df464e9ee13c2980cbbcf80499b0ab33966 Mon Sep 17 00:00:00 2001 From: dcs Date: Tue, 23 Nov 1999 15:55:28 +0000 Subject: Improve Makefile by using .PATH. Taught by: peter --- sys/boot/ficl/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sys/boot') diff --git a/sys/boot/ficl/Makefile b/sys/boot/ficl/Makefile index c2b0bd4..9329528 100644 --- a/sys/boot/ficl/Makefile +++ b/sys/boot/ficl/Makefile @@ -1,11 +1,13 @@ # $FreeBSD$ # +.PATH: ${.CURDIR}/${MACHINE_ARCH} + LIB= ficl NOPROFILE= yes INTERNALLIB= yes INTERNALSTATICLIB= yes -BASE_SRCS= dict.c ficl.c math64.c stack.c vm.c words.c -SRCS= ${BASE_SRCS} ${MACHINE_ARCH}/sysdep.c softcore.c +BASE_SRCS= dict.c ficl.c math64.c stack.c sysdep.c vm.c words.c +SRCS= ${BASE_SRCS} softcore.c CLEANFILES= softcore.c testmain # Standard softwords -- cgit v1.1