Pārlūkot izejas kodu

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

Manuel Novoa III 25 gadi atpakaļ
vecāks
revīzija
344893c7f7
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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