diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1999-05-11 08:07:51 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1999-05-11 08:07:51 +0000 |
| commit | 583393551b2ebddd27c1bf7a117b3b4b0282e657 (patch) | |
| tree | 47b88dc3f52ae8cee701d7aad4393599970b428b /gnu/usr.bin | |
| parent | e73c4fe5eb83eaa32b52a9d9eb8e8e00d12564d7 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/binutils/gdb/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/gnu/usr.bin/binutils/gdb/Makefile b/gnu/usr.bin/binutils/gdb/Makefile index 9316ba81f1271..796c9c9b191c2 100644 --- a/gnu/usr.bin/binutils/gdb/Makefile +++ b/gnu/usr.bin/binutils/gdb/Makefile @@ -1,14 +1,11 @@ -# -# $Id: Makefile,v 1.40 1999/05/02 11:31:54 dfr Exp $ -# +# $Id$ .include "../Makefile.inc0" .PATH: ${SRCDIR}/binutils -PROG= nm -PROG = gdb -XSRCS = annotate.c ax-general.c ax-gdb.c bcache.c blockframe.c \ +PROG= gdb +XSRCS= annotate.c ax-general.c ax-gdb.c bcache.c blockframe.c \ breakpoint.c buildsym.c c-exp.y c-lang.c c-typeprint.c \ c-valprint.c ch-exp.c ch-lang.c ch-typeprint.c ch-valprint.c \ coffread.c command.c complaints.c copying.c corefile.c \ @@ -77,7 +74,7 @@ CLEANFILES= init.c init.c-tmp # 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 |
