summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1999-04-03 07:04:53 +0000
committerbde <bde@FreeBSD.org>1999-04-03 07:04:53 +0000
commit1b04986c84312340a6c818792a80ecfc8059aafd (patch)
tree5a901863d806fc4e2a0d1209b42260ab1d3a6fee
parent93cb1af7cebf90b48a6daa0a68622b8dfaabab51 (diff)
downloadFreeBSD-src-1b04986c84312340a6c818792a80ecfc8059aafd.zip
FreeBSD-src-1b04986c84312340a6c818792a80ecfc8059aafd.tar.gz
echo -> ${ECHO}.
-rw-r--r--gnu/usr.bin/binutils/gdb/Makefile4
-rw-r--r--gnu/usr.bin/gdb/gdb/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/gnu/usr.bin/binutils/gdb/Makefile b/gnu/usr.bin/binutils/gdb/Makefile
index bc194ac..4acb63f 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 bc194ac..4acb63f 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
OpenPOWER on IntegriCloud