diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-04-25 22:00:08 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-04-25 22:00:08 +0000 |
commit | 050fd36bed43544d1f47ed357e82eecdaea517c3 (patch) | |
tree | d22405827303dd56bf44ebead68df454434a6f4b /distrib/alpha/common | |
parent | c8f604ec16bc24026f85fc30815021424e2ddbe1 (diff) |
no longer needed
Diffstat (limited to 'distrib/alpha/common')
-rw-r--r-- | distrib/alpha/common/Makefile.inc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/distrib/alpha/common/Makefile.inc b/distrib/alpha/common/Makefile.inc index 6d262e74576..e52267b6d99 100644 --- a/distrib/alpha/common/Makefile.inc +++ b/distrib/alpha/common/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.4 2001/09/18 17:35:00 jason Exp $ +# $OpenBSD: Makefile.inc,v 1.5 2002/04/25 22:00:07 deraadt Exp $ TOP= ${.CURDIR}/.. @@ -83,9 +83,6 @@ bsd: ${IMAGE}: do_prep do_mount do_files do_umount mv -f ${REALIMAGE} ${IMAGE} -ecoffrdsetroot: ${TOP}/ecoffrdsetroot.c - ${HOSTCC} ${HOSTCFLAGS} -o ecoffrdsetroot ${TOP}/ecoffrdsetroot.c - elfrdsetroot: ${TOP}/../common/elfrdsetroot.c ${HOSTCC} ${HOSTCFLAGS} -o elfrdsetroot ${TOP}/../common/elfrdsetroot.c |