summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2011-07-10 16:24:09 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2011-07-10 16:24:09 +0000
commitd91e9b1ef5fb8dae2b3b3edd1f8f37564a10ff29 (patch)
tree86c9063047aa973f05b7d04f7db6aedc3e588a02
parentc0135b14f5e96ce9c037ec21c6ddc0da493f20d0 (diff)
better dependencies for rdsetroot
-rw-r--r--distrib/ramdisk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/ramdisk/Makefile b/distrib/ramdisk/Makefile
index 42de937b64c..d736be96578 100644
--- a/distrib/ramdisk/Makefile
+++ b/distrib/ramdisk/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.39 2011/07/09 00:49:28 drahn Exp $
+# $OpenBSD: Makefile,v 1.40 2011/07/10 16:24:08 deraadt Exp $
REV= ${OSrev}
@@ -98,7 +98,7 @@ bsd.rd: bsd ${IMAGE} ${RDSETROOT}
bsd.gz: bsd.rd
${GZIPCMD} ${GZIPFLAGS} < bsd.rd > bsd.gz
-${RDSETROOT}: ${.CURDIR}/../common/${RDSETROOT}.c
+${RDSETROOT}: ${.CURDIR}/../common/${RDSETROOT}.c ${RDSETROOT_EXT_SRC}
${HOSTCC} ${HOSTCCFLAGS} -o ${RDSETROOT} ${RDSETROOT_EXT_SRC} \
${.CURDIR}/../common/${RDSETROOT}.c