Put LDDESTDIR before library listing.
This commit is contained in:
parent
2e7cb009a6
commit
87257a2b86
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user