scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

commit 402824c0e18ecf535742ce8eacbd6876857c457d
parent d25b29f139ec80b820048003e30cbab11d6d3165
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:
Msrc/libc/arch/amd64/darwin/Makefile | 2+-
Msrc/libc/arch/amd64/dragonfly/Makefile | 2+-
Msrc/libc/arch/amd64/linux/Makefile | 2+-
Msrc/libc/arch/amd64/netbsd/Makefile | 2+-
Msrc/libc/arch/amd64/openbsd/Makefile | 2+-
Msrc/libc/arch/arm32/linux/Makefile | 2+-
Msrc/libc/arch/i386/linux/Makefile | 2+-
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