diff options
-rw-r--r-- | sys/i386/boot/Makefile | 4 | ||||
-rw-r--r-- | sys/i386/boot/biosboot/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/i386/boot/Makefile b/sys/i386/boot/Makefile index fb01dbc..53ef3ef 100644 --- a/sys/i386/boot/Makefile +++ b/sys/i386/boot/Makefile @@ -20,7 +20,7 @@ # the rights to redistribute these changes. # # from: Mach, Revision 2.2 92/04/04 11:33:46 rpd -# $Id: Makefile,v 1.12 1994/08/21 18:15:45 paul Exp $ +# $Id: Makefile,v 1.13 1994/09/18 07:39:53 swallace Exp $ # wd0: @@ -51,7 +51,7 @@ OBJS = start.o table.o boot2.o boot.o asm.o bios.o io.o disk.o sys.o $(CC) $(CFLAGS) -c $< boot: $(OBJS) - $(LD) -Bstatic -N -T 0 -o boot $(OBJS) $(LIBS) ${LDDESTDIR} + $(LD) -Bstatic -N -T 0 -o boot $(OBJS) ${LDDESTDIR} $(LIBS) cp boot boot.sym @strip boot @size boot diff --git a/sys/i386/boot/biosboot/Makefile b/sys/i386/boot/biosboot/Makefile index fb01dbc..53ef3ef 100644 --- a/sys/i386/boot/biosboot/Makefile +++ b/sys/i386/boot/biosboot/Makefile @@ -20,7 +20,7 @@ # the rights to redistribute these changes. # # from: Mach, Revision 2.2 92/04/04 11:33:46 rpd -# $Id: Makefile,v 1.12 1994/08/21 18:15:45 paul Exp $ +# $Id: Makefile,v 1.13 1994/09/18 07:39:53 swallace Exp $ # wd0: @@ -51,7 +51,7 @@ OBJS = start.o table.o boot2.o boot.o asm.o bios.o io.o disk.o sys.o $(CC) $(CFLAGS) -c $< boot: $(OBJS) - $(LD) -Bstatic -N -T 0 -o boot $(OBJS) $(LIBS) ${LDDESTDIR} + $(LD) -Bstatic -N -T 0 -o boot $(OBJS) ${LDDESTDIR} $(LIBS) cp boot boot.sym @strip boot @size boot |