commit 7620707229d954e89c6462ee631b93e68a7ac7c1 parent 768a2298d7afc53236e8e162043ff81fbaae68a4 Author: Roberto E. Vargas Caballero <k0ga@shike2.com> Date: Sat, 18 Jan 2020 18:41:19 +0100 Merge branch 'master' of ssh://simple-cc.org:/var/gitrepos/scc Diffstat:
7 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/src/libc/arch/amd64/darwin/Makefile b/src/libc/arch/amd64/darwin/Makefile @@ -36,7 +36,7 @@ $(LIBCLST): $(OBJS) crt.$O: ../crt-posix.s $(GENSRC): syscall.lst - gensys.sh $* + gensys.sh $(@:.s=) dep: inc-dep diff --git a/src/libc/arch/amd64/dragonfly/Makefile b/src/libc/arch/amd64/dragonfly/Makefile @@ -37,7 +37,7 @@ $(LIBCLST): $(OBJS) crt.$O: ../crt-posix.s $(GENSRC): syscall.lst - gensys.sh $* + gensys.sh $(@:.s=) dep: inc-dep diff --git a/src/libc/arch/amd64/linux/Makefile b/src/libc/arch/amd64/linux/Makefile @@ -38,7 +38,7 @@ $(LIBCLST): $(OBJS) crt.$O: ../crt-posix.s $(GENSRC): syscall.lst - gensys.sh $* + gensys.sh $(@:.s=) dep: inc-dep diff --git a/src/libc/arch/amd64/netbsd/Makefile b/src/libc/arch/amd64/netbsd/Makefile @@ -37,7 +37,7 @@ $(LIBCLST): $(OBJS) crt.$O: ../crt-posix.s ../../crt-netbsd.s $(GENSRC): syscall.lst - gensys.sh $* + gensys.sh $(@:.s=) deps: inc-dep diff --git a/src/libc/arch/amd64/openbsd/Makefile b/src/libc/arch/amd64/openbsd/Makefile @@ -35,7 +35,7 @@ $(LIBCLST): $(OBJS) crt.$O: ../crt-posix.s ../../crt-openbsd.s $(GENSRC): syscall.lst - gensys.sh $* + gensys.sh $(@:.s=) dep: inc-dep diff --git a/src/libc/arch/arm32/linux/Makefile b/src/libc/arch/arm32/linux/Makefile @@ -37,7 +37,7 @@ $(LIBCLST): $(OBJS) crt.o: ../crt-posix.s $(GENSRC): syscall.lst - gensys.sh $* + gensys.sh $(@:.s=) dep: inc-dep diff --git a/src/libc/arch/i386/linux/Makefile b/src/libc/arch/i386/linux/Makefile @@ -33,7 +33,7 @@ $(LIBCLST): $(OBJS) crt.o: ../crt-posix.s $(GENSRC): syscall.lst - gensys.sh $* + gensys.sh $(@:.s=) dep: inc-dep