diff options
| author | Stefan Eßer <se@FreeBSD.org> | 1999-07-29 22:22:38 +0000 |
|---|---|---|
| committer | Stefan Eßer <se@FreeBSD.org> | 1999-07-29 22:22:38 +0000 |
| commit | a243da2bc6d93438f8a58a3f2a27f41baf94268a (patch) | |
| tree | 207ba24e747927a507525dd9954c521466b2d74e /sys/boot | |
| parent | 9c9743b67b6999ff97fde7c5f3e76d589b70c6a7 (diff) | |
Notes
Diffstat (limited to 'sys/boot')
| -rw-r--r-- | sys/boot/arc/loader/Makefile | 4 |
1 files 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} |
