From 146fe9aaf2a3f9946cd242429a46495d4c313c99 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sat, 3 Apr 1999 07:04:53 +0000 Subject: [PATCH] echo -> ${ECHO}. --- gnu/usr.bin/binutils/gdb/Makefile | 4 ++-- gnu/usr.bin/gdb/gdb/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/usr.bin/binutils/gdb/Makefile b/gnu/usr.bin/binutils/gdb/Makefile index bc194ac71926..4acb63f59f0b 100644 --- a/gnu/usr.bin/binutils/gdb/Makefile +++ b/gnu/usr.bin/binutils/gdb/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.37 1998/09/14 22:49:01 jdp Exp $ +# $Id: Makefile,v 1.38 1998/10/15 14:15:09 bde Exp $ PROG = gdb @@ -98,7 +98,7 @@ LDADD+= ${LIBIBERTY} # object files that will be linked into gdb. init.c: ${XSRCS} - @echo Making ${.TARGET} + @${ECHO} Making ${.TARGET} @rm -f init.c-tmp @echo '/* Do not modify this file. */' >init.c-tmp @echo '/* It is created automatically by the Makefile. */'>>init.c-tmp diff --git a/gnu/usr.bin/gdb/gdb/Makefile b/gnu/usr.bin/gdb/gdb/Makefile index bc194ac71926..4acb63f59f0b 100644 --- a/gnu/usr.bin/gdb/gdb/Makefile +++ b/gnu/usr.bin/gdb/gdb/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.37 1998/09/14 22:49:01 jdp Exp $ +# $Id: Makefile,v 1.38 1998/10/15 14:15:09 bde Exp $ PROG = gdb @@ -98,7 +98,7 @@ LDADD+= ${LIBIBERTY} # object files that will be linked into gdb. init.c: ${XSRCS} - @echo Making ${.TARGET} + @${ECHO} Making ${.TARGET} @rm -f init.c-tmp @echo '/* Do not modify this file. */' >init.c-tmp @echo '/* It is created automatically by the Makefile. */'>>init.c-tmp