shithub: scc

Download patch

ref: 13b2442ec567821c008cca525ddf9cab3eff3852
parent: 1dc58d5e18fc688f2eb7cb6590e3241a31e511f9
author: Roberto E. Vargas Caballero <[email protected]>
date: Mon Oct 5 18:01:52 EDT 2015

Force creatin of cpp

Don't generate an error when cpp already exits

--- a/cc1/Makefile
+++ b/cc1/Makefile
@@ -13,7 +13,7 @@
 	$(CC) $(LDFLAGS) $(OBJS) ../lib/libcc.a -o $@
 
 cpp: cc1
-	ln cc1 cpp
+	ln -f cc1 cpp
 
 test:
 	cd tests && ./chktest.sh