scc

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

commit 1b460710af5343bcbe706113319704d806ceb45c
parent fe09bf314ca0c06a8158ca3c694de08d3d1279fc
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Sat, 30 Oct 2021 12:22:47 +0200

build: Fix install target

Qbe was moved to libexec/scc/qbe but the proto file
was not updated.

Diffstat:
Mscripts/proto.all | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/proto.all b/scripts/proto.all @@ -24,7 +24,7 @@ f 755 libexec/scc/as-amd64 f 755 libexec/scc/cc2-amd64-sysv f 755 libexec/scc/cc2-z80-scc f 755 libexec/scc/as-z80 -f 755 libexec/qbe +f 755 libexec/scc/qbe d 755 include f 644 include/string.h f 644 include/wchar.h