From 628a2b86652eaa595d5a07172f508ffe85e9c4ec Mon Sep 17 00:00:00 2001 From: jdolecek Date: Sun, 5 May 2002 20:38:48 +0000 Subject: [PATCH] Get ctrlsp.S via .PATH directive, rather than adding full path to SRCS. This should fix build problem with ro source tree. --- sys/arch/sun3/stand/libsa/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sys/arch/sun3/stand/libsa/Makefile b/sys/arch/sun3/stand/libsa/Makefile index 6e1218ea6b23..35434949c50b 100644 --- a/sys/arch/sun3/stand/libsa/Makefile +++ b/sys/arch/sun3/stand/libsa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2002/04/18 15:39:02 bouyer Exp $ +# $NetBSD: Makefile,v 1.38 2002/05/05 20:38:48 jdolecek Exp $ LIB=sa @@ -44,7 +44,9 @@ SRC_here= clock.c dev_disk.c devopen.c \ sun3.c sun3x.c vers.c xxboot.c SRCS= ${SRC_net} ${SRC_sa} ${SRC_kern} ${SRC_here} -SRCS+= ${S}/arch/sun3/sun3/ctrlsp.S + +.PATH: ${S}/arch/sun3/sun3 +SRCS+= ctrlsp.S # only needed during build libinstall::