From e22d6206a96e682e01917b59a7cb9688c20b2d0c Mon Sep 17 00:00:00 2001 From: se Date: Thu, 29 Jul 1999 22:22:38 +0000 Subject: Fix install target (install loader.exe, not loader). --- sys/boot/arc/loader/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/boot') diff --git a/sys/boot/arc/loader/Makefile b/sys/boot/arc/loader/Makefile index 8463b88..1fdb2c3 100644 --- a/sys/boot/arc/loader/Makefile +++ b/sys/boot/arc/loader/Makefile @@ -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} -- cgit v1.1