Put LDDESTDIR before library listing.

This commit is contained in:
swallace 1994-09-18 19:10:11 +00:00
parent 2e7cb009a6
commit 87257a2b86
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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