fix shell command for linking. (from Stephen J. Roznows)
This commit is contained in:
parent
73548d3d48
commit
d75b6eaf33
@ -1,5 +1,5 @@
|
||||
# @(#)Makefile.hp300 7.10 (Berkeley) 6/27/91
|
||||
# $Id: Makefile.amiga,v 1.11 1994/02/24 02:23:59 chopps Exp $
|
||||
# $Id: Makefile.amiga,v 1.12 1994/03/20 10:08:44 chopps Exp $
|
||||
#
|
||||
# Makefile for 4.4 BSD
|
||||
#
|
||||
@ -76,7 +76,7 @@ SYSTEM_OBJ= locore.o ${OBJS} param.o ioconf.o vers.o ${LIBKERN}
|
||||
#SYSTEM_DEP= Makefile symbols.sort ${SYSTEM_OBJ}
|
||||
SYSTEM_DEP= Makefile ${SYSTEM_OBJ}
|
||||
SYSTEM_LD_HEAD= @echo loading $@; rm -f $@
|
||||
SYSTEM_LD= @strip=-x; [ X${DEBUG} = X-g ] && strip=-X; \
|
||||
SYSTEM_LD= @strip=-x; [ X${DEBUG} = X-g ] && strip=-X || true; \
|
||||
${LD} $$strip -T 0 -n -o $@ -e start ${SYSTEM_OBJ}
|
||||
#SYSTEM_LD_TAIL= @echo rearranging symbols;\
|
||||
# symorder symbols.sort $@;\
|
||||
|
Loading…
Reference in New Issue
Block a user