scc

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

commit 546ffbebb56d57c920421134ff54efcdc0631530
parent cfa6228d468d8fa69d80abfb6e7965c89aa516f8
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Thu, 10 May 2018 14:55:26 +0100

[libscc] Use $(AR) instead of direct ar

Diffstat:
Mlib/scc/Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/scc/Makefile b/lib/scc/Makefile @@ -12,7 +12,7 @@ $(LIBDIR)/wmyro.o: $(PROJECTDIR)/inc/myro.h $(LIBDIR)/rmyro.o: $(PROJECTDIR)/inc/myro.h libscc.a: $(LIB-OBJ) - ar $(ARFLAGS) $@ $? + $(AR) $(ARFLAGS) $@ $? ranlib $@ dep: