summaryrefslogtreecommitdiff
path: root/distrib/hppa/ramdisk/Makefile
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/hppa/ramdisk/Makefile
parent687dcf0c19058a3d4cba2941454f769504d43a73 (diff)
run make depend for kernel, too; ok miod
Diffstat (limited to 'distrib/hppa/ramdisk/Makefile')
-rw-r--r--distrib/hppa/ramdisk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/hppa/ramdisk/Makefile b/distrib/hppa/ramdisk/Makefile
index d3e98b6f57a..2fb2ceaa596 100644
--- a/distrib/hppa/ramdisk/Makefile
+++ b/distrib/hppa/ramdisk/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.15 2008/12/22 23:54:27 deraadt Exp $
+# $OpenBSD: Makefile,v 1.16 2009/04/12 16:12:53 deraadt Exp $
CBIN= instbin
ARCHDIR= ${.CURDIR}/..
@@ -65,7 +65,7 @@ ${CDROM}: bsd ${CDBOOT}
obsd:
cd ${SRCDIR}/sys/arch/${MACHINE}/conf && config ${KERNEL}
cd ${SRCDIR}/sys/arch/${MACHINE}/compile/${KERNEL} && \
- ${MAKE} depend && ${MAKE} clean && ${MAKE}
+ ${MAKE} clean && ${MAKE} depend && ${MAKE}
cp ${SRCDIR}/sys/arch/${MACHINE}/compile/${KERNEL}/bsd obsd
bsd.rd: obsd ${IMAGE} ${RDSETROOT}