diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-10-09 16:13:08 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-10-09 16:13:08 +0000 |
commit | fbbf71ac0ca5699b1382df76f62b2436318ef893 (patch) | |
tree | 5794caf6fd40e5c1e53de01cc780b494d5a3f752 /distrib | |
parent | db67e196ab85944f9312ab28ea7a1cb117b07e44 (diff) |
Rebuild .depend as old .depend might break your looong release build
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/ramdisk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/ramdisk/Makefile b/distrib/ramdisk/Makefile index a6762cb78c1..86b13f4d5f7 100644 --- a/distrib/ramdisk/Makefile +++ b/distrib/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 1997/10/01 22:12:59 deraadt Exp $ +# $OpenBSD: Makefile,v 1.11 1997/10/09 16:13:07 niklas Exp $ REV= 22 @@ -74,7 +74,7 @@ ${FLOPPY}: bsd.gz ${BOOT} ${BOOTXX} bsd: cd ${.CURDIR}/../../sys/arch/${MACHINE}/conf && config ${KERNEL} cd ${.CURDIR}/../../sys/arch/${MACHINE}/compile/${KERNEL} && \ - make clean && make + make depend && make clean && make cp ${.CURDIR}/../../sys/arch/${MACHINE}/compile/${KERNEL}/bsd bsd bsd.rd: bsd ${IMAGE} rdsetroot |