Fix build bug

This commit is contained in:
Justine Tunney 2020-12-19 13:37:31 -08:00
parent b562d6fdb3
commit 921f63da68
820 changed files with 822 additions and 822 deletions

View file

@ -22,7 +22,7 @@ rm -f $dir/*.s $dir/*.S
scall() {
{
echo ".include \"o/libc/sysv/macros.inc\""
echo ".include \"o/libc/sysv/macros.internal.inc\""
echo ".scall" "$@"
} >"$dir/${1/$/-}.s"
}
@ -36,7 +36,7 @@ syscon() {
sysstr() {
{
echo ".include \"o/libc/sysv/macros.inc\""
echo ".include \"o/libc/sysv/macros.internal.inc\""
echo ".sysstr $1 \"$2\""
} >"$dir/${1/$/-}.s"
}