diff options
Diffstat (limited to 'sys/arch/pmax')
-rw-r--r-- | sys/arch/pmax/conf/Makefile.pmax | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/pmax/conf/Makefile.pmax b/sys/arch/pmax/conf/Makefile.pmax index d1eaf8c45dd..911da715c68 100644 --- a/sys/arch/pmax/conf/Makefile.pmax +++ b/sys/arch/pmax/conf/Makefile.pmax @@ -107,7 +107,7 @@ SYSTEM_LD= -@if [ X${DEBUG} = X-g ]; \ then strip=-X; \ else strip=-x; \ fi; \ - @echo ${LD} ${LINKFLAGS} -o $@ -e start \ + echo ${LD} ${LINKFLAGS} -o $@ -e start \ -T ../../conf/ld.script '$${SYSTEM_OBJ}' vers.o; \ ${LD} ${LINKFLAGS} -o $@ -e start -T ../../conf/ld.script \ ${SYSTEM_OBJ} vers.o |