File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4649,8 +4649,8 @@ fi; done
4649
4649
EOF
4650
4650
4651
4651
cat >> $CONFIG_STATUS << EOF
4652
- ac_sources="backend/port/tas/i386_solaris.s backend/port/tas.s backend/port/ dynloader/${os} .c backend/port/dynloader/${os} .h include/port/${os} .h makefiles/Makefile.${os} "
4653
- ac_dests=" backend/port/dynloader.c include/dynloader.h include/os.h Makefile.port"
4652
+ ac_sources="backend/port/tas/i386_solaris.s backend/port/dynloader/${os} .c backend/port/dynloader/${os} .h include/port/${os} .h makefiles/Makefile.${os} "
4653
+ ac_dests="backend/port/tas.s backend/port/dynloader.c include/dynloader.h include/os.h Makefile.port"
4654
4654
EOF
4655
4655
4656
4656
cat >> $CONFIG_STATUS << \EOF
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ case "$host_os" in
9
9
sparc) os=sparc_solaris ;;
10
10
i386)
11
11
os=i386_solaris
12
- AC_LINK_FILES(backend/port/tas/i386_solaris.s backend/port/tas.s)
12
+ AC_LINK_FILES(backend/port/tas/i386_solaris.s, backend/port/tas.s)
13
13
TAS=tas.s
14
14
AC_SUBST(TAS) ;;
15
15
esac ;;
You can’t perform that action at this time.
0 commit comments