diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-07-10 16:24:09 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-07-10 16:24:09 +0000 |
commit | d91e9b1ef5fb8dae2b3b3edd1f8f37564a10ff29 (patch) | |
tree | 86c9063047aa973f05b7d04f7db6aedc3e588a02 | |
parent | c0135b14f5e96ce9c037ec21c6ddc0da493f20d0 (diff) |
better dependencies for rdsetroot
-rw-r--r-- | distrib/ramdisk/Makefile | 4 |
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 |