summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/Makefile
diff options
context:
space:
mode:
authorManuel Novoa III <mjn3@codepoet.org>2001-01-17 04:51:39 +0000
committerManuel Novoa III <mjn3@codepoet.org>2001-01-17 04:51:39 +0000
commit344893c7f721246c98dd6a9a5b8550a75864ed07 (patch)
tree0fd899669abd08a42f042b886348f9cd41befc4e /libc/sysdeps/linux/common/Makefile
parent546aeaf1c1055b2fdbffa6d9df6fffcf1efb3c28 (diff)
Work around str_syscalls.sh not having execute perms. Should fix in cvs. How?
Diffstat (limited to 'libc/sysdeps/linux/common/Makefile')
-rw-r--r--libc/sysdeps/linux/common/Makefile2
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