diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-09-21 02:38:18 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-09-21 02:38:18 +0000 |
commit | fb1a49894e1cf26c45113056b59e28a09af8e6ea (patch) | |
tree | 6868f3d53f96424a1a45206882045125a8f11aeb /distrib | |
parent | a7cd33af9315f17d599f1f929772ce12d865ab84 (diff) |
Fix rdsetroot dependency.
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/macppc/ramdisk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/macppc/ramdisk/Makefile b/distrib/macppc/ramdisk/Makefile index 55d45760859..e25e381f079 100644 --- a/distrib/macppc/ramdisk/Makefile +++ b/distrib/macppc/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2001/09/18 17:59:41 drahn Exp $ +# $OpenBSD: Makefile,v 1.5 2001/09/21 02:38:17 miod Exp $ TOP= ${.CURDIR}/.. @@ -71,7 +71,7 @@ rd_teardown: -umount ${MOUNT_POINT} -vnconfig -u ${VND} -rdsetroot: ${TOP}/common/rdsetroot.c +rdsetroot: ${TOP}/../common/elfrdsetroot.c ${HOSTCC} -DDEBUG -o rdsetroot ${TOP}/../common/elfrdsetroot.c unconfig: |