scc

simple C compiler
git clone git://git.2f30.org/scc
Log | Files | Refs | README | LICENSE

commit d6ac9cf3eced3e5c60be6d251eb85121f9396cd6
parent ce395c866892026f04bedf55761dff941ee7ba78
Author: Roberto E. Vargas Caballero <roberto.vargas@igrid-td.com>
Date:   Thu, 31 Mar 2016 18:20:11 +0200

Fix generic arch Makefile target

It was stripping the not targered front end to.

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -32,7 +32,7 @@ $(ARCHS): done ln -f cc1/cc1 bin/cc1-$@ ln -f cc2/cc2 bin/cc2-$@ - strip bin/cc1 bin/cc1-$@ bin/cc2-$@ + strip bin/cc1-$@ bin/cc2-$@ install: all mkdir -p $(PREFIX)/libexec/scc/