Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf00a9e3

Browse files
committed
various i386_solaris cleanups that should fix sparc_solaris and hpux
1 parentb17bf38 commitf00a9e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎src/configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4765,7 +4765,7 @@ EOF
47654765
47664766
cat>>$CONFIG_STATUS<<EOF
47674767
ac_sources="backend/port/tas/${os}.s backend/port/dynloader/${os}.c backend/port/dynloader/${os}.h include/port/${os}.h makefiles/Makefile.${os}"
4768-
ac_dests="backend/port/${os}.s backend/port/dynloader.c include/dynloader.h include/os.h Makefile.port"
4768+
ac_dests="backend/port/tas.s backend/port/dynloader.c include/dynloader.h include/os.h Makefile.port"
47694769
EOF
47704770
47714771
cat>>$CONFIG_STATUS<<\EOF

‎src/configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ esac
4444

4545
if test $need_tas = "yes"
4646
then
47-
AC_LINK_FILES(backend/port/tas/${os}.s, backend/port/${os}.s)
47+
AC_LINK_FILES(backend/port/tas/${os}.s, backend/port/tas.s)
4848
TAS=tas.o
4949
AC_SUBST(TAS)
5050
fi

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp