File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4765,7 +4765,7 @@ EOF
4765
4765
4766
4766
cat >> $CONFIG_STATUS << EOF
4767
4767
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"
4769
4769
EOF
4770
4770
4771
4771
cat >> $CONFIG_STATUS << \EOF
Original file line number Diff line number Diff line change 44
44
45
45
if test $need_tas = "yes"
46
46
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)
48
48
TAS=tas.o
49
49
AC_SUBST(TAS)
50
50
fi
You can’t perform that action at this time.
0 commit comments