Commit cadda10a authored by Marc G. Fournier's avatar Marc G. Fournier

I tried to match up the if/test stuff...fixed now, I think

parent 00f325d5
...@@ -606,7 +606,7 @@ nextstep*) os=nextstep;; ...@@ -606,7 +606,7 @@ nextstep*) os=nextstep;;
exit;; exit;;
esac esac
if test $need_tas = "yes" if test "X$need_tas" = "Xyes"
then then
TAS=tas.o TAS=tas.o
......
...@@ -42,7 +42,7 @@ nextstep*) os=nextstep;; ...@@ -42,7 +42,7 @@ nextstep*) os=nextstep;;
exit;; exit;;
esac esac
if test $need_tas = "yes" if test "X$need_tas" = "Xyes"
then then
AC_LINK_FILES(backend/port/tas/${os}.s, backend/port/tas.s) AC_LINK_FILES(backend/port/tas/${os}.s, backend/port/tas.s)
TAS=tas.o TAS=tas.o
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment