From a243da2bc6d93438f8a58a3f2a27f41baf94268a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20E=C3=9Fer?= Date: Thu, 29 Jul 1999 22:22:38 +0000 Subject: [PATCH] Fix install target (install loader.exe, not loader). --- sys/boot/arc/loader/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/boot/arc/loader/Makefile b/sys/boot/arc/loader/Makefile index 8463b885ee90..1fdb2c35a3f4 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}