From 06356b897829bd2686a70ddb62b0c7b774c7113e Mon Sep 17 00:00:00 2001
From: "Marc G. Fournier" <scrappy@hub.org>
Date: Tue, 13 Jan 1998 19:04:39 +0000
Subject: [PATCH] Oops, should be 'tas.o', not 'tas.s'

---
 src/configure    | 2 +-
 src/configure.in | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/configure b/src/configure
index bcffb8cccc2..6c5d9c4114e 100755
--- a/src/configure
+++ b/src/configure
@@ -574,7 +574,7 @@ case "$host_os" in
            i386) 
               os=i386_solaris
               
-              TAS=tas.s
+              TAS=tas.o
                ;;
         esac ;;
    sunos*) os=sunos4 ;;
diff --git a/src/configure.in b/src/configure.in
index a09f68d97bf..4d4d6ee7b79 100644
--- a/src/configure.in
+++ b/src/configure.in
@@ -10,7 +10,7 @@ case "$host_os" in
            i386) 
               os=i386_solaris
               AC_LINK_FILES(backend/port/tas/i386_solaris.s, backend/port/tas.s)
-              TAS=tas.s
+              TAS=tas.o
               AC_SUBST(TAS) ;;
         esac ;;
    sunos*) os=sunos4 ;;
-- 
GitLab