From c427f27d9c495f2eb86e1695f38f557dafb054b2 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Thu, 29 Apr 2004 19:54:37 +0000 Subject: Repair depend phase --- sys/arch/luna88k/conf/Makefile.luna88k | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/luna88k') diff --git a/sys/arch/luna88k/conf/Makefile.luna88k b/sys/arch/luna88k/conf/Makefile.luna88k index 992cc4979e7..b4f908b4c86 100644 --- a/sys/arch/luna88k/conf/Makefile.luna88k +++ b/sys/arch/luna88k/conf/Makefile.luna88k @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.luna88k,v 1.2 2004/04/29 14:33:24 miod Exp $ +# $OpenBSD: Makefile.luna88k,v 1.3 2004/04/29 19:54:34 miod Exp $ # # Makefile for OpenBSD # @@ -165,7 +165,7 @@ depend:: .depend ${MKDEP} -a ${AFLAGS} ${CPPFLAGS} ${SFILES} .endif sh $S/kern/genassym.sh ${MKDEP} -f assym.dep ${CFLAGS} \ - ${CPPFLAGS} < ${LUNA88K}/luna88k/genassym.cf + ${CPPFLAGS} < ${M88K}/m88k/genassym.cf @sed -e 's/.*\.o:.* /assym.h: /' < assym.dep >> .depend @rm -f assym.dep -- cgit v1.2.3