diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2001-09-18 17:35:01 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2001-09-18 17:35:01 +0000 |
commit | 99bd170b24532a76d75bab53ef3c13b4dfc7348e (patch) | |
tree | 63940d44bac48835dd553e430686da91e9b2cd96 /distrib/alpha/common/Makefile.inc | |
parent | 036afd85d550b97de491757043bafe777c283d8b (diff) |
remove elfrdsetroot from here and use the one in distrib/common
Diffstat (limited to 'distrib/alpha/common/Makefile.inc')
-rw-r--r-- | distrib/alpha/common/Makefile.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/alpha/common/Makefile.inc b/distrib/alpha/common/Makefile.inc index b08d6076742..6d262e74576 100644 --- a/distrib/alpha/common/Makefile.inc +++ b/distrib/alpha/common/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.3 2001/02/08 14:07:02 art Exp $ +# $OpenBSD: Makefile.inc,v 1.4 2001/09/18 17:35:00 jason Exp $ TOP= ${.CURDIR}/.. @@ -86,8 +86,8 @@ ${IMAGE}: do_prep do_mount do_files do_umount ecoffrdsetroot: ${TOP}/ecoffrdsetroot.c ${HOSTCC} ${HOSTCFLAGS} -o ecoffrdsetroot ${TOP}/ecoffrdsetroot.c -elfrdsetroot: ${TOP}/elfrdsetroot.c - ${HOSTCC} ${HOSTCFLAGS} -o elfrdsetroot ${TOP}/elfrdsetroot.c +elfrdsetroot: ${TOP}/../common/elfrdsetroot.c + ${HOSTCC} ${HOSTCFLAGS} -o elfrdsetroot ${TOP}/../common/elfrdsetroot.c do_prep: dd if=/dev/zero of=${REALIMAGE} count=${NBLKS} |