commit 312eb7b57fbe36785a175196ac218044c79123de
Author: Roberto E. Vargas Caballero <[email protected]>
AuthorDate: Wed Feb 22 13:30:23 2017 +0100
Commit: Roberto E. Vargas Caballero <[email protected]>
CommitDate: Thu Feb 23 08:35:31 2017 +0100
Remove cpp in uninstall
diff --git a/Makefile b/Makefile
index 7fa3f8e..5c14e7c 100644
--- a/Makefile
+++ b/Makefile
@@ -44,6 +44,7 @@ uninstall:
rm -rf $(DESTDIR)/$(PREFIX)/include/scc/
rm -rf $(DESTDIR)/$(PREFIX)/libexec/scc/
rm -f $(DESTDIR)/$(PREFIX)/bin/scc
+ rm -f $(DESTDIR)/$(PREFIX)/bin/cpp
clean-helper:
for i in $(DIRS); \