shithub: scc

Download patch

ref: 07b012b6529ddca3385618900328b77cfa73c5ba
parent: 9a96d45d5f3495592011d19b23b5f775fb321872
author: Roberto E. Vargas Caballero <[email protected]>
date: Mon Oct 5 16:47:53 EDT 2015

Fix name of cpp in Makefile

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