diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-07-12 20:38:51 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-07-12 20:38:51 +0000 |
commit | f7df94f21c356f1cb927335f48be56fb9845b6f1 (patch) | |
tree | f296bf3805f99197ba0bb92ed948a43574131c50 /sys/arch/pmax | |
parent | 857bc3bf0927ceb9764dccd2b26e78a5c1ed9549 (diff) |
reference ${PMAX} instead of assuming you can get to the source tree via ".."
Diffstat (limited to 'sys/arch/pmax')
-rw-r--r-- | sys/arch/pmax/conf/Makefile.pmax | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/pmax/conf/Makefile.pmax b/sys/arch/pmax/conf/Makefile.pmax index 6c6b937241a..82c02665ffc 100644 --- a/sys/arch/pmax/conf/Makefile.pmax +++ b/sys/arch/pmax/conf/Makefile.pmax @@ -109,8 +109,8 @@ SYSTEM_LD= -@if [ X${DEBUG} = X-g ]; \ else strip=-x; \ fi; \ echo ${LD} ${LINKFLAGS} -o $@ -e start \ - -T ../../conf/ld.script '$${SYSTEM_OBJ}' vers.o; \ - ${LD} ${LINKFLAGS} -o $@ -e start -T ../../conf/ld.script \ + -T ${PMAX}/conf/ld.script '$${SYSTEM_OBJ}' vers.o; \ + ${LD} ${LINKFLAGS} -o $@ -e start -T ${PMAX}/conf/ld.script \ ${SYSTEM_OBJ} vers.o SYSTEM_LD_TAIL= @size $@; chmod 755 $@ |