[hackers] [scc] Makefile: fix forgotten scc to the strip command || Quentin Rameau

From: <git_AT_suckless.org>
Date: Thu, 2 Jun 2016 12:41:00 +0200 (CEST)

commit 902e4997ccf5f8ea650488084a7d14e2dbd88d72
Author: Quentin Rameau <quinq_AT_fifth.space>
AuthorDate: Thu Jun 2 12:40:29 2016 +0200
Commit: Quentin Rameau <quinq_AT_fifth.space>
CommitDate: Thu Jun 2 12:40:29 2016 +0200

    Makefile: fix forgotten scc to the strip command

diff --git a/Makefile b/Makefile
index afd40b7..48b5282 100644
--- a/Makefile
+++ b/Makefile
_AT_@ -39,7 +39,7 @@ install: all
         cp -f bin/cc1 $(PREFIX)/bin/cpp
         cp -f bin/scc $(PREFIX)/bin/
         cd $(PREFIX)/libexec/scc/ && chmod 755 cc* && strip cc*
- cd $(PREFIX)/bin && chmod 755 cpp scc && strip cpp
+ cd $(PREFIX)/bin && chmod 755 cpp scc && strip cpp scc
 
 uninstall:
         rm -rf $(PREFIX)/libexec/scc/
Received on Thu Jun 02 2016 - 12:41:00 CEST

This archive was generated by hypermail 2.3.0 : Thu Jun 02 2016 - 12:48:18 CEST