[hackers] [scc] Fix name of cpp in Makefile || Roberto E. Vargas Caballero
commit 07b012b6529ddca3385618900328b77cfa73c5ba
Author: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
AuthorDate: Mon Oct 5 20:47:53 2015 +0200
Commit: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
CommitDate: Mon Oct 5 20:47:53 2015 +0200
Fix name of cpp in Makefile
diff --git a/cc1/Makefile b/cc1/Makefile
index 1a193c0..eb5b710 100644
--- a/cc1/Makefile
+++ b/cc1/Makefile
_AT_@ -13,7 +13,7 @@ cc1: $(OBJS) ../lib/libcc.a
$(CC) $(LDFLAGS) $(OBJS) ../lib/libcc.a -o $_AT_
cpp: cc1
- ln cc1 ccp
+ ln cc1 cpp
test:
cd tests && ./chktest.sh
Received on Mon Oct 05 2015 - 20:48:17 CEST
This archive was generated by hypermail 2.3.0
: Mon Oct 05 2015 - 21:00:12 CEST