diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2011-07-09 00:42:50 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2011-07-09 00:42:50 +0000 |
commit | b00ea6a7c4e24838c1ed7edd326dda78630ef0fd (patch) | |
tree | 8ed9ae1a922507f660ba52ed13f186866fc55f86 /distrib/amd64 | |
parent | 3bfd3ec0e490a9f9d2750ba043531c2203fe13ac (diff) |
Unbreak most archs for the last commit. cut and paste changed rdsetroot
to elfrdsetroot. Does not yet fix sparc
Diffstat (limited to 'distrib/amd64')
-rw-r--r-- | distrib/amd64/common/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/amd64/common/Makefile.inc b/distrib/amd64/common/Makefile.inc index 85bfd35cbfd..bc373f16e6f 100644 --- a/distrib/amd64/common/Makefile.inc +++ b/distrib/amd64/common/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.17 2011/07/08 21:39:32 drahn Exp $ +# $OpenBSD: Makefile.inc,v 1.18 2011/07/09 00:42:48 drahn Exp $ TOP= ${.CURDIR}/.. @@ -88,7 +88,7 @@ rd_teardown: rm ${REALIMAGE} rdsetroot: ${TOP}/../common/elfrdsetroot.c - ${HOSTCC} ${HOSTCFLAGS} -o elfrdsetroot \ + ${HOSTCC} ${HOSTCFLAGS} -o rdsetroot \ ${TOP}/../common/elfrdsetroot.c ${TOP}/../common/elf32.c \ ${TOP}/../common/elf64.c |