From 34a7d5f4a36a294f98b5984a7b7e1c2eba2b83f3 Mon Sep 17 00:00:00 2001 From: graichen Date: Mon, 5 May 1997 09:33:43 +0000 Subject: [PATCH] @echo -> echo --- sys/arch/pmax/conf/Makefile.pmax | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1