From 4d7a6cf6dd80180e5d80208e14f5c6adab5336d4 Mon Sep 17 00:00:00 2001 From: thorpej Date: Mon, 3 Feb 1997 07:23:32 +0000 Subject: [PATCH] Update clean and depend rule for kernel make changes. --- sys/arch/pmax/conf/Makefile.pmax | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sys/arch/pmax/conf/Makefile.pmax b/sys/arch/pmax/conf/Makefile.pmax index ee9bab348d16..00e2b9e2a17e 100644 --- a/sys/arch/pmax/conf/Makefile.pmax +++ b/sys/arch/pmax/conf/Makefile.pmax @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.pmax,v 1.39 1996/12/01 03:23:04 jonathan Exp $ +# $NetBSD: Makefile.pmax,v 1.40 1997/02/03 07:23:32 thorpej Exp $ # Makefile for NetBSD # @@ -133,7 +133,8 @@ newvers: ${SYSTEM_DEP} ${SYSTEM_SWAP_DEP} ${CC} ${CFLAGS} ${CPPFLAGS} ${PROF} -c vers.c -clean:: +clean: cleankernel +cleankernel: rm -f eddep *netbsd netbsd.gdb tags *.[io] [a-z]*.s \ [Ee]rrs linterrs makelinks genassym genassym.o assym.h @@ -157,7 +158,7 @@ links: SRCS= ${MIPS}/mips/locore.S ${MIPS}/mips/fp.S \ ${PMAX}/pmax/locore_machdep.S \ param.c ioconf.c ${CFILES} ${SFILES} -depend:: .depend +depend: .depend .depend: ${SRCS} assym.h param.c ${MKDEP} ${AFLAGS} ${CPPFLAGS} ${MIPS}/mips/locore.S ${MIPS}/mips/fp.S ${MKDEP} ${AFLAGS} ${CPPFLAGS} ${PMAX}/pmax/locore_machdep.S