diff options
-rw-r--r-- | libc/sysdeps/linux/common/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/Makefile b/libc/sysdeps/linux/common/Makefile index 0d066bc8c..80a173aa1 100644 --- a/libc/sysdeps/linux/common/Makefile +++ b/libc/sysdeps/linux/common/Makefile @@ -68,7 +68,7 @@ $(NIOBJS): $(STRIPTOOL) -x -R .note -R .comment $*.o str_syscalls: - ./str_syscalls.sh > str_syscalls.c + /bin/sh ./str_syscalls.sh > str_syscalls.c gcc str_syscalls.c -o str_syscalls ./str_syscalls > str_syscalls.h |