Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/newsmips/stand/common CLEANFILES should be set rega...
details: https://anonhg.NetBSD.org/src/rev/5f2730ded850
branches: trunk
changeset: 526537:5f2730ded850
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Sun May 05 15:57:15 2002 +0000
description:
CLEANFILES should be set regardless of target
diffstat:
sys/arch/newsmips/stand/common/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r a08d22c2f5ed -r 5f2730ded850 sys/arch/newsmips/stand/common/Makefile
--- a/sys/arch/newsmips/stand/common/Makefile Sun May 05 15:42:26 2002 +0000
+++ b/sys/arch/newsmips/stand/common/Makefile Sun May 05 15:57:15 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2002/05/05 15:42:26 jdolecek Exp $
+# $NetBSD: Makefile,v 1.6 2002/05/05 15:57:15 jdolecek Exp $
S= ${.CURDIR}/../../../..
@@ -28,8 +28,8 @@
@[ -h machine ] || ln -s ${S}/arch/${MACHINE}/include machine
@[ -h mips ] || ln -s ${S}/arch/mips/include mips
.NOPATH: machine mips
+.endif
CLEANFILES+= machine mips
-.endif
realall: ${OBJS} ${KERNLIB} ${ZLIB} ${SALIB}
# ln -s ${KERNLIB}
Home |
Main Index |
Thread Index |
Old Index