[hackers] [scc] Fix generic arch Makefile target || Roberto E. Vargas Caballero

From: <git_AT_suckless.org>
Date: Thu, 31 Mar 2016 18:24:48 +0200 (CEST)

commit d6ac9cf3eced3e5c60be6d251eb85121f9396cd6
Author: Roberto E. Vargas Caballero <roberto.vargas_AT_igrid-td.com>
AuthorDate: Thu Mar 31 18:20:11 2016 +0200
Commit: Roberto E. Vargas Caballero <roberto.vargas_AT_igrid-td.com>
CommitDate: Thu Mar 31 18:24:22 2016 +0200

    Fix generic arch Makefile target
    
    It was stripping the not targered front end to.

diff --git a/Makefile b/Makefile
index b05fff8..f586e3c 100644
--- a/Makefile
+++ b/Makefile
_AT_@ -32,7 +32,7 @@ $(ARCHS):
         done
         ln -f cc1/cc1 bin/cc1-$_AT_
         ln -f cc2/cc2 bin/cc2-$_AT_
- strip bin/cc1 bin/cc1-$_AT_ bin/cc2-$@
+ strip bin/cc1-$_AT_ bin/cc2-$@
 
 install: all
         mkdir -p $(PREFIX)/libexec/scc/
Received on Thu Mar 31 2016 - 18:24:48 CEST

This archive was generated by hypermail 2.3.0 : Thu Mar 31 2016 - 18:36:20 CEST