aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/Makefile.in
diff options
context:
space:
mode:
authorJ.T. Conklin <jtc@acorntoolworks.com>1995-02-16 18:41:54 +0000
committerJ.T. Conklin <jtc@acorntoolworks.com>1995-02-16 18:41:54 +0000
commit65424cda041d48a03284ca76c30483d9d80c6ad5 (patch)
tree83411e7664cdf4efd96d13c5ac7733a0b64ea361 /gdb/testsuite/gdb.base/Makefile.in
parentfe46552d89cc45d54303ffe25d71a78f76c5402b (diff)
downloadgdb-65424cda041d48a03284ca76c30483d9d80c6ad5.zip
gdb-65424cda041d48a03284ca76c30483d9d80c6ad5.tar.gz
gdb-65424cda041d48a03284ca76c30483d9d80c6ad5.tar.bz2
* Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
Removed, these values are set by lib/gdb.exp. * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
Diffstat (limited to 'gdb/testsuite/gdb.base/Makefile.in')
-rw-r--r--gdb/testsuite/gdb.base/Makefile.in19
1 files changed, 2 insertions, 17 deletions
diff --git a/gdb/testsuite/gdb.base/Makefile.in b/gdb/testsuite/gdb.base/Makefile.in
index c48cfc0..3893db5 100644
--- a/gdb/testsuite/gdb.base/Makefile.in
+++ b/gdb/testsuite/gdb.base/Makefile.in
@@ -1,5 +1,5 @@
# Makefile for the base tests for GDB.
-# Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc.
+# Copyright (C) 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
# This file is part of GDB.
@@ -84,20 +84,6 @@ CC = ` \
fi; \
fi`
-
-GDB = ` \
- if [ -f $${rootme}/../../gdb ] ; then \
- echo $${rootme}/../../gdb ; \
- else \
- if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
- echo gdb; \
- else \
- t='$(program_transform_name)'; echo gdb | sed -e '' $$t; \
- fi; \
- fi`
-
-GDBFLAGS = -nx
-
#### host, target, and site specific Makefile frags come in here.
EXECUTABLES = \
@@ -293,7 +279,6 @@ site.exp: ./config.status Makefile
@echo "## these variables are automatically generated by make ##" > ./tmp0
@echo "# Do not edit here. If you wish to override these values" >> ./tmp0
@echo "# add them to the last section" >> ./tmp0
- @echo "set GDBFLAGS \"${GDBFLAGS}\"" >> ./tmp0
@echo "set host_triplet ${host_canonical}" >> ./tmp0
@echo "set target_triplet ${target_canonical}" >> ./tmp0
@echo "set srcdir ${srcdir}" >> ./tmp0
@@ -314,7 +299,7 @@ just-check:
if [ -f $${rootme}/../../expect/expect ] ; then \
TCL_LIBRARY=$${srcdir}/../../tcl/library ; \
export TCL_LIBRARY ; fi ; \
- $(RUNTEST) $(RUNTESTFLAGS) --tool gdb GDB=$(GDB) --srcdir $(srcdir)
+ $(RUNTEST) $(RUNTESTFLAGS) --tool gdb --srcdir $(srcdir)
clean mostlyclean:
-rm -f *~ *.o a.out xgdb *.x $(EXECUTABLES)