[hackers] [scc] Force creatin of cpp || Roberto E. Vargas Caballero

From: <git_AT_suckless.org>
Date: Mon, 5 Oct 2015 22:03:38 +0200 (CEST)

commit 13b2442ec567821c008cca525ddf9cab3eff3852
Author: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
AuthorDate: Mon Oct 5 22:01:52 2015 +0200
Commit: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
CommitDate: Mon Oct 5 22:01:52 2015 +0200

    Force creatin of cpp
    
    Don't generate an error when cpp already exits

diff --git a/cc1/Makefile b/cc1/Makefile
index eb5b710..b10c67b 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 cpp
+ ln -f cc1 cpp
 
 test:
         cd tests && ./chktest.sh
Received on Mon Oct 05 2015 - 22:03:38 CEST

This archive was generated by hypermail 2.3.0 : Mon Oct 05 2015 - 22:12:13 CEST