commit 902e4997ccf5f8ea650488084a7d14e2dbd88d72
Author: Quentin Rameau <[email protected]>
AuthorDate: Thu Jun 2 12:40:29 2016 +0200
Commit: Quentin Rameau <[email protected]>
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
@@ -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/