RUNTEST = test for existance of a runtest in the source tree first.

This commit is contained in:
Jeffrey Wheat 1993-11-09 01:42:17 +00:00
parent 7b8106b484
commit 99c411063e
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,9 @@
Mon Nov 08 17:05:30 1993 Jeffrey Wheat (cassidy@cygnus.com)
* Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS
Change RUNTEST = runtest to test for existance of
a runtest in the source tree first.
Mon Nov 8 10:42:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
* Makefile.in: Remove unused variable GCC. Remove "#CC=cc" line

View File

@ -189,7 +189,10 @@ DIST=gdb
LINT=/usr/5bin/lint
LINTFLAGS= $(BFD_CFLAGS)
RUNTEST=runtest
RUNTEST = `if [ -f $${srcdir}/../dejagnu/runtest ] ; then \
echo $${srcdir}/../dejagnu/runtest ; else echo runtest; \
fi`
RUNTESTFLAGS=
# This is ser-unix.o for any system which supports a v7/BSD/SYSV/POSIX