summaryrefslogtreecommitdiff
path: root/sys/arch/pmax
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1998-07-12 20:38:51 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1998-07-12 20:38:51 +0000
commitf7df94f21c356f1cb927335f48be56fb9845b6f1 (patch)
treef296bf3805f99197ba0bb92ed948a43574131c50 /sys/arch/pmax
parent857bc3bf0927ceb9764dccd2b26e78a5c1ed9549 (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.pmax4
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 $@