* Makefile.in (RUNTEST): Set to runtest.
This commit is contained in:
parent
c7357d6a5e
commit
eb2dec72ab
2 changed files with 5 additions and 4 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2005-07-04 Ben Elliston <bje@gnu.org>
|
||||||
|
|
||||||
|
* Makefile.in (RUNTEST): Set to runtest.
|
||||||
|
|
||||||
2005-07-03 Richard Henderson <rth@redhat.com>
|
2005-07-03 Richard Henderson <rth@redhat.com>
|
||||||
|
|
||||||
* amd64-tdep.c (amd64_sse_type): New.
|
* amd64-tdep.c (amd64_sse_type): New.
|
||||||
|
|
|
@ -389,10 +389,7 @@ LINTFLAGS= $(GDB_CFLAGS) $(OPCODES_CFLAGS) $(READLINE_CFLAGS) \
|
||||||
$(BFD_CFLAGS) $(INCLUDE_CFLAGS) \
|
$(BFD_CFLAGS) $(INCLUDE_CFLAGS) \
|
||||||
$(INTL_CFLAGS)
|
$(INTL_CFLAGS)
|
||||||
|
|
||||||
RUNTEST = `if [ -f $${rootsrc}/../dejagnu/runtest ] ; then \
|
RUNTEST = runtest
|
||||||
echo $${rootsrc}/../dejagnu/runtest ; else echo runtest; \
|
|
||||||
fi`
|
|
||||||
|
|
||||||
RUNTESTFLAGS=
|
RUNTESTFLAGS=
|
||||||
|
|
||||||
# This is ser-unix.o for any system which supports a v7/BSD/SYSV/POSIX
|
# This is ser-unix.o for any system which supports a v7/BSD/SYSV/POSIX
|
||||||
|
|
Loading…
Add table
Reference in a new issue