scc

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

commit 6b12fb5f80c2cbdc77f4a6bdb236469986921502
parent a634369fb989684a8080794e9a96cf34b6ff81d6
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