瀏覽代碼

Work around str_syscalls.sh not having execute perms. Should fix in cvs. How?

Manuel Novoa III 25 年之前
父節點
當前提交
344893c7f7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      libc/sysdeps/linux/common/Makefile

+ 1 - 1
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