diff options
author | swallace <swallace@FreeBSD.org> | 1994-09-18 19:10:11 +0000 |
---|---|---|
committer | swallace <swallace@FreeBSD.org> | 1994-09-18 19:10:11 +0000 |
commit | 87257a2b864328c8957740c3d394caddc9a13bc2 (patch) | |
tree | 8dc0f04d0e9144b8d047a1600afbd6f0af49f6ff | |
parent | 2e7cb009a659e33d7bba5a3188db77b7c07c8b22 (diff) | |
download | FreeBSD-src-87257a2b864328c8957740c3d394caddc9a13bc2.zip FreeBSD-src-87257a2b864328c8957740c3d394caddc9a13bc2.tar.gz |
Put LDDESTDIR before library listing.
-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 |