提交 f00a9e3e 编写于 作者: M Marc G. Fournier

various i386_solaris cleanups that should fix sparc_solaris and hpux

上级 b17bf38c
......@@ -4765,7 +4765,7 @@ EOF
cat >> $CONFIG_STATUS <<EOF
ac_sources="backend/port/tas/${os}.s backend/port/dynloader/${os}.c backend/port/dynloader/${os}.h include/port/${os}.h makefiles/Makefile.${os}"
ac_dests="backend/port/${os}.s backend/port/dynloader.c include/dynloader.h include/os.h Makefile.port"
ac_dests="backend/port/tas.s backend/port/dynloader.c include/dynloader.h include/os.h Makefile.port"
EOF
cat >> $CONFIG_STATUS <<\EOF
......
......@@ -44,7 +44,7 @@ esac
if test $need_tas = "yes"
then
AC_LINK_FILES(backend/port/tas/${os}.s, backend/port/${os}.s)
AC_LINK_FILES(backend/port/tas/${os}.s, backend/port/tas.s)
TAS=tas.o
AC_SUBST(TAS)
fi
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册