diff options
| author | Marc G. Fournier | 1998-01-13 19:04:39 +0000 |
|---|---|---|
| committer | Marc G. Fournier | 1998-01-13 19:04:39 +0000 |
| commit | 06356b897829bd2686a70ddb62b0c7b774c7113e (patch) | |
| tree | 82d86e5f67d4bbdb674f72404b9a5f84df2274d4 /src/configure.in | |
| parent | 3a48ee4a0f5d2759b1d88f5c698448a32d43a90d (diff) | |
Oops, should be 'tas.o', not 'tas.s'
Diffstat (limited to 'src/configure.in')
| -rw-r--r-- | src/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 ;; |
