diff options
author | Rob Savoye <rob@cygnus> | 1993-04-08 05:10:49 +0000 |
---|---|---|
committer | Rob Savoye <rob@cygnus> | 1993-04-08 05:10:49 +0000 |
commit | e57072116fca3b4f2c7b43dabe937daef06baa6a (patch) | |
tree | b8417fbd5a20d3bbd7fd62ddfa3709a5a4d0e90c /binutils/testsuite | |
parent | b83bf6b37085a25d519665d3093f7925ef99cbc7 (diff) | |
download | binutils-gdb-e57072116fca3b4f2c7b43dabe937daef06baa6a.tar.gz |
Get rid of all the links.
Diffstat (limited to 'binutils/testsuite')
-rw-r--r-- | binutils/testsuite/configure.in | 21 |
1 files changed, 2 insertions, 19 deletions
diff --git a/binutils/testsuite/configure.in b/binutils/testsuite/configure.in index 8b818021250..d7e70cad1fa 100644 --- a/binutils/testsuite/configure.in +++ b/binutils/testsuite/configure.in @@ -3,10 +3,10 @@ # script appropriate for this directory. For more information, check # any existing configure script. -srctrigger="nm.all" +srctrigger="binutils.all" srcname="DejaGnu" -configdirs="nm.all" +configdirs="binutils.all" # per-host: @@ -42,23 +42,6 @@ a29k-isstip-*) target_abbrev=itip ; target_makefile_frag=config/mt-a29k-isstip ;; esac - # link in the lib directory if needed -if [ ! -d lib ] ; then - files="lib" - links="lib" -fi - - # make list of files and links based on tool name -tool_list="${tool_list} nm" -for i in ${tool_list}; -do - if [ -f ${srcdir}/config/${target_abbrev}-$i.exp ] ; then - files="$files config/${target_abbrev}-$i.exp" - links="$links $i-init.exp" - fi -done - # post-target: # make local configuration file, using MAKE if one is specified. -if [ ! -n "$MAKE" ]; then MAKE=make; fi |