* Makefile.in (AS_FOR_TARGET, OBJDUMP_FOR_TARGET): Don't set.
[deliverable/binutils-gdb.git] / gas / testsuite / Makefile.in
index 3e4f7957a45dc32951fe11bccd8ccbfd674e8bd8..e8e692256819f0d0d2e2a029d488b74dc7e27045 100644 (file)
@@ -62,29 +62,6 @@ RUNTEST = `if [ -f $${srcdir}/../../dejagnu/runtest ] ; then \
            else echo runtest ;  fi`
 RUNTESTFLAGS =
 
-# The ugliness in the program_transform_name version seems necessary
-# to work around some strange behavior of /bin/sh on 386bsd (0.1).
-AS_FOR_TARGET = ` \
-  if [ -f ../Makefile ] ; then \
-    echo ../as.new ; \
-  else \
-    if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
-      echo $(AS); \
-    else \
-      (set -e ; t='$(program_transform_name)'; echo as | sed -e '' $$t); \
-    fi; \
-  fi`
-OBJDUMP_FOR_TARGET = ` \
-  if [ -f ../../binutils/Makefile ] ; then \
-    echo ../../binutils/objdump ; \
-  else \
-    if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
-      echo $(OBJDUMP); \
-    else \
-      (set -e ; t='$(program_transform_name)'; echo objdump | sed -e '' $$t); \
-    fi; \
-  fi`
-
 #### host, target, and site specific Makefile frags come in here.
 
 all:
@@ -117,8 +94,6 @@ site.exp: ./Makefile
        @echo set srcdir ${srcdir}                              >> ./tmp0
        @echo set exec_prefix ${exec_prefix}                    >> ./tmp0
        @echo set objdir `pwd`                                  >> ./tmp0
-       @echo set OBJDUMP ${OBJDUMP_FOR_TARGET}                 >> ./tmp0
-       @echo set OBJDUMPFLAGS \"${OBJDUMPFLAGS}\"              >> ./tmp0
        @echo "## All variables above are generated by configure. Do Not Edit ##" >> ./tmp0
        @sed -e '1,/^## All variables above are.*##/ d' < site.bak >> ./tmp0
        @mv -f ./tmp0 site.exp
This page took 0.025538 seconds and 4 git commands to generate.