mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 21:19:54 +00:00
RUNTEST = test for existance of a runtest in the source tree first.
This commit is contained in:
parent
7b8106b484
commit
99c411063e
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user