From a54a5480fa5d266e1343628f19e7f0e690dd3bdd Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Sun, 12 Apr 2009 16:12:54 +0000 Subject: run make depend for kernel, too; ok miod --- distrib/alpha/bsd.rd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'distrib/alpha') diff --git a/distrib/alpha/bsd.rd/Makefile b/distrib/alpha/bsd.rd/Makefile index e6d7a8e0bf5..cb65a6d396a 100644 --- a/distrib/alpha/bsd.rd/Makefile +++ b/distrib/alpha/bsd.rd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 2008/12/02 03:20:57 deraadt Exp $ +# $OpenBSD: Makefile,v 1.14 2009/04/12 16:12:53 deraadt Exp $ TOP= ${.CURDIR}/.. @@ -51,7 +51,7 @@ bsd.rd_unz: bsd ${IMAGE} ${RDSETROOT} bsd: cd ${.CURDIR}/../../../sys/arch/alpha/conf && config ${RAMDISK} cd ${.CURDIR}/../../../sys/arch/alpha/compile/${RAMDISK} && \ - ${MAKE} depend && ${MAKE} clean && COPTS=-Os ${MAKE} + ${MAKE} clean && ${MAKE} depend && COPTS=-Os ${MAKE} cp ${.CURDIR}/../../../sys/arch/alpha/compile/${RAMDISK}/bsd bsd ${IMAGE}: do_prep do_mount do_files do_umount -- cgit v1.2.3