Browse Source

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

Manuel Novoa III 25 years ago
parent
commit
344893c7f7
1 changed files with 1 additions and 1 deletions
  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
 	$(STRIPTOOL) -x -R .note -R .comment $*.o
 
 
 str_syscalls:
 str_syscalls:
-	./str_syscalls.sh > str_syscalls.c
+	/bin/sh ./str_syscalls.sh > str_syscalls.c
 	gcc str_syscalls.c -o str_syscalls
 	gcc str_syscalls.c -o str_syscalls
 	./str_syscalls > str_syscalls.h
 	./str_syscalls > str_syscalls.h