summaryrefslogtreecommitdiff
path: root/distrib/alpha
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2009-04-12 16:12:54 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2009-04-12 16:12:54 +0000
commita54a5480fa5d266e1343628f19e7f0e690dd3bdd (patch)
tree907064ad2369a03bb6e77cbb2b6ac9d740c58ef4 /distrib/alpha
parent687dcf0c19058a3d4cba2941454f769504d43a73 (diff)
run make depend for kernel, too; ok miod
Diffstat (limited to 'distrib/alpha')
-rw-r--r--distrib/alpha/bsd.rd/Makefile4
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