From: Keith Sklower Date: Thu, 5 Nov 1992 10:56:07 +0000 (-0800) Subject: locate libkern relative to $S instead of ../../ X-Git-Tag: BSD-4_4-Snapshot-Development~4461 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/b9072f708d15431914e274016e07e4c70fed07c9 locate libkern relative to $S instead of ../../ SCCS-vsn: sys/hp300/conf/Makefile.hp300 7.19 --- diff --git a/usr/src/sys/hp300/conf/Makefile.hp300 b/usr/src/sys/hp300/conf/Makefile.hp300 index 80d916812c..0a07820508 100644 --- a/usr/src/sys/hp300/conf/Makefile.hp300 +++ b/usr/src/sys/hp300/conf/Makefile.hp300 @@ -1,4 +1,4 @@ -# @(#)Makefile.hp300 7.18 (Berkeley) %G% +# @(#)Makefile.hp300 7.19 (Berkeley) %G% # # Makefile for 4.4 BSD # @@ -71,8 +71,8 @@ SYSTEM_LD= -@if [ X${DEBUG} = X-g ]; \ then strip=-X; \ else strip=-x; \ fi; \ - echo ${LD} $$strip -n -o $@ -e start '$${SYSTEM_OBJ}' vers.o ../../libkern/obj/libkern.a; \ - ${LD} $$strip -n -o $@ -e start ${SYSTEM_OBJ} vers.o ../../libkern/obj/libkern.a + echo ${LD} $$strip -n -o $@ -e start '$${SYSTEM_OBJ}' vers.o $S/libkern/obj/libkern.a; \ + ${LD} $$strip -n -o $@ -e start ${SYSTEM_OBJ} vers.o $S/libkern/obj/libkern.a #SYSTEM_LD_TAIL= @echo rearranging symbols;\ # symorder symbols.sort $@;\ SYSTEM_LD_TAIL= @size $@; chmod 755 $@; \