summaryrefslogtreecommitdiffstats
path: root/sys/i386/boot/Makefile
diff options
context:
space:
mode:
authorswallace <swallace@FreeBSD.org>1994-09-18 19:10:11 +0000
committerswallace <swallace@FreeBSD.org>1994-09-18 19:10:11 +0000
commit87257a2b864328c8957740c3d394caddc9a13bc2 (patch)
tree8dc0f04d0e9144b8d047a1600afbd6f0af49f6ff /sys/i386/boot/Makefile
parent2e7cb009a659e33d7bba5a3188db77b7c07c8b22 (diff)
downloadFreeBSD-src-87257a2b864328c8957740c3d394caddc9a13bc2.zip
FreeBSD-src-87257a2b864328c8957740c3d394caddc9a13bc2.tar.gz
Put LDDESTDIR before library listing.
Diffstat (limited to 'sys/i386/boot/Makefile')
-rw-r--r--sys/i386/boot/Makefile4
1 files changed, 2 insertions, 2 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
OpenPOWER on IntegriCloud