From 344893c7f721246c98dd6a9a5b8550a75864ed07 Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Wed, 17 Jan 2001 04:51:39 +0000 Subject: Work around str_syscalls.sh not having execute perms. Should fix in cvs. How? --- libc/sysdeps/linux/common/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux') 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 -- cgit v1.2.3