From 10806461a7f348e57f360fd14005554d261b5fe4 Mon Sep 17 00:00:00 2001 From: Robert Nordier Date: Sun, 11 Oct 1998 11:27:48 +0000 Subject: [PATCH] Override for ELF. Override .s.o suffix rule. --- sys/boot/i386/btx/lib/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sys/boot/i386/btx/lib/Makefile b/sys/boot/i386/btx/lib/Makefile index 2ab34fdcb4c3..e6fb75818894 100644 --- a/sys/boot/i386/btx/lib/Makefile +++ b/sys/boot/i386/btx/lib/Makefile @@ -1,6 +1,7 @@ -# $Id:$ +# $Id: Makefile,v 1.1 1998/09/14 10:37:00 rnordier Exp $ OBJS= btxcsu.o btxsys.o btxv86.o +AFLAGS+= -elf LDFLAGS+= -elf CLEANFILES+= crt0.o INTERNALLIB= true @@ -14,3 +15,6 @@ crt0.o: ${OBJS} ${LD} ${LDFLAGS} -i -o ${.TARGET} ${OBJS} .include + +.s.o: + ${AS} ${AFLAGS} -o ${.TARGET} ${.IMPSRC}