Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sparc64/stand/bootblk make "make depend" work.



details:   https://anonhg.NetBSD.org/src/rev/db8551b5bd7d
branches:  trunk
changeset: 495831:db8551b5bd7d
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Aug 07 13:50:55 2000 +0000

description:
make "make depend" work.

diffstat:

 sys/arch/sparc64/stand/bootblk/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r ba202d22c19f -r db8551b5bd7d sys/arch/sparc64/stand/bootblk/Makefile
--- a/sys/arch/sparc64/stand/bootblk/Makefile   Mon Aug 07 13:19:27 2000 +0000
+++ b/sys/arch/sparc64/stand/bootblk/Makefile   Mon Aug 07 13:50:55 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.9 2000/07/24 02:00:39 mycroft Exp $
+#      $NetBSD: Makefile,v 1.10 2000/08/07 13:50:55 mrg Exp $
 
 CURDIR=        ${.CURDIR}
 S=     ${CURDIR}/../../../..
@@ -50,6 +50,9 @@
 bootblk: bootblk.fth assym.fth.h
        fgen -o bootblk ${.CURDIR}/bootblk.fth
 
+beforedepend:
+       @touch .depend
+
 #
 # The following are if you grab the fakeboot program from the Sun website
 #



Home | Main Index | Thread Index | Old Index