diff options
author | Rob Savoye <rob@cygnus> | 1994-01-26 21:44:50 +0000 |
---|---|---|
committer | Rob Savoye <rob@cygnus> | 1994-01-26 21:44:50 +0000 |
commit | 03372cf4abef13c31f3650617e60398612b1ddb6 (patch) | |
tree | 35619293b7f7f92ebc141e54c2bb642beec29114 /gas/Makefile.in | |
parent | 509d5555dc7401035e3bfd3bf4966e93deaced2f (diff) | |
download | gdb-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 'gas/Makefile.in')
-rw-r--r-- | gas/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/Makefile.in b/gas/Makefile.in index 267f4d8..35bfa39 100644 --- a/gas/Makefile.in +++ b/gas/Makefile.in @@ -130,7 +130,7 @@ CHECKFLAGS= \ "CC_FOR_TARGET=$(CC_FOR_TARGET)" \ "NM_FOR_TARGET=$(NM_FOR_TARGET)" \ "OBJDUMP_FOR_TARGET=$(OBJDUMP_FOR_TARGET)" \ - "RUNTEST_FLAGS=$(RUNTEST_FLAGS)" \ + "RUNTESTFLAGS=$(RUNTESTFLAGS)" \ "RUNTEST=$(RUNTEST)" # Lists of files for various purposes. |