commit 13b2442ec567821c008cca525ddf9cab3eff3852
parent 1dc58d5e18fc688f2eb7cb6590e3241a31e511f9
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date: Mon, 5 Oct 2015 22:01:52 +0200
Force creatin of cpp
Don't generate an error when cpp already exits
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cc1/Makefile b/cc1/Makefile
@@ -13,7 +13,7 @@ cc1: $(OBJS) ../lib/libcc.a
$(CC) $(LDFLAGS) $(OBJS) ../lib/libcc.a -o $@
cpp: cc1
- ln cc1 cpp
+ ln -f cc1 cpp
test:
cd tests && ./chktest.sh