]> Git Repo - uclibc-ng.git/commitdiff
Work around str_syscalls.sh not having execute perms. Should fix in cvs. How?
authorManuel Novoa III <[email protected]>
Wed, 17 Jan 2001 04:51:39 +0000 (04:51 -0000)
committerManuel Novoa III <[email protected]>
Wed, 17 Jan 2001 04:51:39 +0000 (04:51 -0000)
libc/sysdeps/linux/common/Makefile

index 0d066bc8ca816877b4b7a3ce2c4c39f0295d59ef..80a173aa1ca67f23ce72921b36df026193cbf2eb 100644 (file)
@@ -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
 
This page took 0.025397 seconds and 4 git commands to generate.