aboutsummaryrefslogtreecommitdiff
path: root/ld/Makefile.in
diff options
context:
space:
mode:
authorRob Savoye <rob@cygnus>1994-01-26 21:44:50 +0000
committerRob Savoye <rob@cygnus>1994-01-26 21:44:50 +0000
commit03372cf4abef13c31f3650617e60398612b1ddb6 (patch)
tree35619293b7f7f92ebc141e54c2bb642beec29114 /ld/Makefile.in
parent509d5555dc7401035e3bfd3bf4966e93deaced2f (diff)
downloadgdb-03372cf4abef13c31f3650617e60398612b1ddb6.zip
gdb-03372cf4abef13c31f3650617e60398612b1ddb6.tar.gz
gdb-03372cf4abef13c31f3650617e60398612b1ddb6.tar.bz2
Change all occurances of RUNTEST_FLAGS to RUNTESTFLAGS to be consistant with
everything else. (and now work recursively too)
Diffstat (limited to 'ld/Makefile.in')
-rw-r--r--ld/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in
index 982cbaa..7e72a67 100644
--- a/ld/Makefile.in
+++ b/ld/Makefile.in
@@ -118,7 +118,7 @@ CXX = g++
# Setup the testing framework, if you have one
RUNTEST = runtest
-RUNTEST_FLAGS =
+RUNTESTFLAGS =
RUNTEST_CC = `if [ -f ../gcc/xgcc ] ; then \
echo ../gcc/xgcc -B../gcc/; \
else echo gcc; \
@@ -425,7 +425,7 @@ site.exp: ./config.status Makefile
check: ld.new site.exp
$(RUNTEST) --tool ld \
- --srcdir $(srcdir)/testsuite $(RUNTEST_FLAGS) \
+ --srcdir $(srcdir)/testsuite $(RUNTESTFLAGS) \
CC="$(RUNTEST_CC)" CFLAGS="$(RUNTEST_CFLAGS)" \
CXX="$(RUNTEST_CXX)" CXXFLAGS="$(RUNTEST_CXXFLAGS)"