diff options
Diffstat (limited to 'sys/boot/i386/btx/btxldr/Makefile')
| -rw-r--r-- | sys/boot/i386/btx/btxldr/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/boot/i386/btx/btxldr/Makefile b/sys/boot/i386/btx/btxldr/Makefile index 32cb4adb0b8e..9df9681867ec 100644 --- a/sys/boot/i386/btx/btxldr/Makefile +++ b/sys/boot/i386/btx/btxldr/Makefile @@ -1,7 +1,6 @@ -# $Id: Makefile,v 1.5 1998/10/13 18:29:18 rnordier Exp $ +# $Id: Makefile,v 1.4 1998/09/25 17:14:15 peter Exp $ ORG=0x100000 -AFLAGS+= --assembler-with-cpp all: btxldr @@ -15,7 +14,7 @@ btxldr: btxldr.o .endif btxldr.o: btxldr.s - ${CC} ${AFLAGS} -c -o ${.TARGET} ${.CURDIR}/btxldr.s + ${AS} ${AFLAGS} -o ${.TARGET} ${.CURDIR}/btxldr.s CLEANFILES+= btxldr btxldr.out btxldr.o |
