aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorPeter Schauer <Peter.Schauer@mytum.de>1994-06-24 15:19:08 +0000
committerPeter Schauer <Peter.Schauer@mytum.de>1994-06-24 15:19:08 +0000
commita8044a2d0486bf017b6ec555e4d4f665a78ea547 (patch)
tree24eef9af7fd9467f4e9fdcf68dfd36cf41dee1aa /gdb/Makefile.in
parent6ccc157f2e5aeb5145d85d179bd25309e637d87f (diff)
downloadgdb-a8044a2d0486bf017b6ec555e4d4f665a78ea547.zip
gdb-a8044a2d0486bf017b6ec555e4d4f665a78ea547.tar.gz
gdb-a8044a2d0486bf017b6ec555e4d4f665a78ea547.tar.bz2
* README: Add notes about SPARCworks cc under Solaris 2.x
(from Casper H.S. Dik casper@fwi.uva.nl). * config/mips/xm-makeva.h: Removed, no longer necessary. * Makefile.in, config/mips/xm-irix3.h, config/mips/xm-irix5.h, config/mips/xm-mips.h, config/mips/xm-news-mips.h,
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index adad21d..d38228f 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -589,9 +589,9 @@ saber_gdb: $(SFILES) $(DEPFILES) copying.c version.c
# A Mach 3.0 program to force gdb back to command level
-gdb-stop: gdb-stop.o
- ${CC-LD} $(GLOBAL_CFLAGS) $(LDFLAGS) -o gdb-stop \
- gdb-stop.o $(CLIBS) $(LOADLIBES)
+stop-gdb: stop-gdb.o
+ ${CC-LD} $(GLOBAL_CFLAGS) $(LDFLAGS) -o stop-gdb \
+ stop-gdb.o $(CLIBS) $(LOADLIBES)
# This is useful when debugging GDB, because some Unix's don't let you run GDB
# on itself without copying the executable. So "make gdb1" will make
@@ -994,7 +994,7 @@ ALLPARAM = config/a29k/nm-ultra3.h config/a29k/tm-a29k.h \
config/mips/tm-mipsm3.h config/mips/tm-mipsv4.h \
config/mips/xm-irix3.h \
config/mips/xm-irix4.h config/mips/xm-irix5.h \
- config/mips/xm-makeva.h config/mips/xm-mips.h \
+ config/mips/xm-mips.h \
config/mips/xm-mipsm3.h config/mips/xm-mipsv4.h \
config/mips/xm-riscos.h config/mips/xm-news-mips.h \
config/nm-lynx.h config/nm-sysv4.h \