diff options
| -rw-r--r-- | sys/boot/i386/btx/lib/Makefile | 2 | ||||
| -rw-r--r-- | sys/boot/pc98/btx/lib/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/i386/btx/lib/Makefile b/sys/boot/i386/btx/lib/Makefile index 441c6adb8fc5..737d5ec97fc7 100644 --- a/sys/boot/i386/btx/lib/Makefile +++ b/sys/boot/i386/btx/lib/Makefile @@ -3,7 +3,7 @@ OBJS= btxcsu.o btxsys.o btxv86.o AFLAGS+= -elf LDFLAGS+= -elf -CLEANFILES+= crt0.o +CLEANFILES+= crt0.o ${OBJS} all: crt0.o diff --git a/sys/boot/pc98/btx/lib/Makefile b/sys/boot/pc98/btx/lib/Makefile index 441c6adb8fc5..737d5ec97fc7 100644 --- a/sys/boot/pc98/btx/lib/Makefile +++ b/sys/boot/pc98/btx/lib/Makefile @@ -3,7 +3,7 @@ OBJS= btxcsu.o btxsys.o btxv86.o AFLAGS+= -elf LDFLAGS+= -elf -CLEANFILES+= crt0.o +CLEANFILES+= crt0.o ${OBJS} all: crt0.o |
