diff options
author | Manuel Novoa III <mjn3@codepoet.org> | 2001-01-17 04:51:39 +0000 |
---|---|---|
committer | Manuel Novoa III <mjn3@codepoet.org> | 2001-01-17 04:51:39 +0000 |
commit | 344893c7f721246c98dd6a9a5b8550a75864ed07 (patch) | |
tree | 0fd899669abd08a42f042b886348f9cd41befc4e /libc | |
parent | 546aeaf1c1055b2fdbffa6d9df6fffcf1efb3c28 (diff) |
Work around str_syscalls.sh not having execute perms. Should fix in cvs. How?
Diffstat (limited to 'libc')
-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 |