Get rid of all the links.

This commit is contained in:
Rob Savoye 1993-04-08 05:10:49 +00:00
parent b83bf6b370
commit e57072116f
1 changed files with 2 additions and 19 deletions

View File

@ -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