diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-04-12 16:12:54 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-04-12 16:12:54 +0000 |
commit | a54a5480fa5d266e1343628f19e7f0e690dd3bdd (patch) | |
tree | 907064ad2369a03bb6e77cbb2b6ac9d740c58ef4 /distrib/alpha | |
parent | 687dcf0c19058a3d4cba2941454f769504d43a73 (diff) |
run make depend for kernel, too; ok miod
Diffstat (limited to 'distrib/alpha')
-rw-r--r-- | distrib/alpha/bsd.rd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |