From d9d1f684128d7f9bb7c2c68e7c26af4148d0bab2 Mon Sep 17 00:00:00 2001 From: ru Date: Tue, 25 Feb 2003 15:41:49 +0000 Subject: Fixed CLEANFILES. Submitted by: cron --- sys/boot/i386/boot2/Makefile | 2 +- sys/boot/i386/gptboot/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/boot') diff --git a/sys/boot/i386/boot2/Makefile b/sys/boot/i386/boot2/Makefile index 900a3d4..95fec08b 100644 --- a/sys/boot/i386/boot2/Makefile +++ b/sys/boot/i386/boot2/Makefile @@ -5,7 +5,7 @@ NOMAN= STRIP= BINDIR?= /boot BINMODE= 444 -CLEANFILES+= boot1 boot1.out boot1.o \ +CLEANFILES= boot boot1 boot1.out boot1.o \ boot2.ldr boot2.bin boot2.ld boot2.out boot2.o boot2.h \ boot2.s sio.o diff --git a/sys/boot/i386/gptboot/Makefile b/sys/boot/i386/gptboot/Makefile index 900a3d4..95fec08b 100644 --- a/sys/boot/i386/gptboot/Makefile +++ b/sys/boot/i386/gptboot/Makefile @@ -5,7 +5,7 @@ NOMAN= STRIP= BINDIR?= /boot BINMODE= 444 -CLEANFILES+= boot1 boot1.out boot1.o \ +CLEANFILES= boot boot1 boot1.out boot1.o \ boot2.ldr boot2.bin boot2.ld boot2.out boot2.o boot2.h \ boot2.s sio.o -- cgit v1.1