Get rid of all the links.
authorRob Savoye <rob@cygnus>
Thu, 8 Apr 1993 05:10:49 +0000 (05:10 +0000)
committerRob Savoye <rob@cygnus>
Thu, 8 Apr 1993 05:10:49 +0000 (05:10 +0000)
binutils/testsuite/configure.in

index 8b818021250300b80958553c175bccae3b66eab6..d7e70cad1fa3ec1b0d5571ec0d64bd0419076cef 100644 (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
This page took 0.03067 seconds and 4 git commands to generate.