mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
Fix install target (install loader.exe, not loader).
This commit is contained in:
parent
9c9743b67b
commit
a243da2bc6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=49234
@ -1,7 +1,7 @@
|
||||
# $NetBSD: Makefile,v 1.12 1998/02/19 14:18:36 drochner Exp $
|
||||
|
||||
BASE= loader
|
||||
PROG= ${BASE}
|
||||
PROG= ${BASE}.exe
|
||||
NOMAN=
|
||||
NEWVERSWHAT= "ARC disk boot" ${MACHINE_ARCH}
|
||||
|
||||
@ -31,7 +31,7 @@ STRIP=
|
||||
BINDIR?= /boot
|
||||
LOAD_ADDRESS?= 0xffffffff80900000
|
||||
|
||||
all: ${BASE}.exe
|
||||
all: ${PROG}
|
||||
|
||||
vers.o: ${.CURDIR}/../../common/newvers.sh ${.CURDIR}/version
|
||||
sh ${.CURDIR}/../../common/newvers.sh ${.CURDIR}/version ${NEWVERSWHAT}
|
||||
|
Loading…
Reference in New Issue
Block a user