scc

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

commit 5fdc042d9cf6b6ea1ee1b9e132e5b8d879310410
parent 5e272147e5f920971616f76d5cd41e8a3780a353
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Sat,  4 Mar 2017 12:39:18 +0100

Fix commit aa087c6f7

Diffstat:
MMakefile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile @@ -17,12 +17,12 @@ scc-driver: ln -f driver/$(DRIVER)/scc bin/scc $(ARCHS): - pwd=$PWD ;\ + pwd=$$PWD ;\ for i in cc1 cc2; \ do \ cd $$i; \ ARCH=$@ $(MAKE) -e $$i-$@ || exit; \ - cd $pwd ;\ + cd $$pwd ;\ done ln -f cc1/cc1-$@ bin/ ln -f cc2/cc2-$@ bin/