scc

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

commit 125aaf11cb4415ebca25358fd62441e45c1890b7
parent 7c2fa317e86146c72d5548cc69a4b36752df33e1
Author: Naveen Narayanan <zerous@simple-cc.org>
Date:   Mon, 15 Jun 2020 14:35:26 +0200

libc: Fix typo in Makefile

Signed-off-by: Naveen Narayanan <zerous@simple-cc.org>

Diffstat:
Msrc/libc/arch/arm64/linux/Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/libc/arch/arm64/linux/Makefile b/src/libc/arch/arm64/linux/Makefile @@ -36,7 +36,7 @@ $(LIBC): $(OBJS) crt.$O: ../crt-posix.s -%(GENSRC): syscall.lst +$(GENSRC): syscall.lst gensys.sh $(@:.s=) clean: