diff options
author | Thomas Graichen <graichen@cvs.openbsd.org> | 1997-05-05 09:33:44 +0000 |
---|---|---|
committer | Thomas Graichen <graichen@cvs.openbsd.org> | 1997-05-05 09:33:44 +0000 |
commit | a9db67bd58914d8bbefff470e7a17d29da5cec48 (patch) | |
tree | 830631fe2a0edae83f0ceabdae7e1715a9972f76 /sys/arch/pmax | |
parent | ce82b85d8d1ad6c5691f749041dadc540586c9ae (diff) |
@echo -> echo
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 |