commit 60ef169a18d52cfc09636ad5c92dfbb7d98588b0
Author: Mattias Andrée <maandree_AT_kth.se>
AuthorDate: Fri Feb 12 09:45:03 2016 +0100
Commit: sin <sin_AT_2f30.org>
CommitDate: Fri Feb 12 09:50:24 2016 +0000
Makefile: uninstall [ command in the uninstall rule
Signed-off-by: Mattias Andrée <maandree_AT_kth.se>
diff --git a/Makefile b/Makefile
index b8cf51a..0ae7671 100644
--- a/Makefile
+++ b/Makefile
_AT_@ -203,7 +203,7 @@ install: all
cd $(DESTDIR)$(MANPREFIX)/man1 && chmod 644 $(MAN)
uninstall:
- cd $(DESTDIR)$(PREFIX)/bin && rm -f $(BIN)
+ cd $(DESTDIR)$(PREFIX)/bin && rm -f $(BIN) [
cd $(DESTDIR)$(MANPREFIX)/man1 && rm -f $(MAN)
dist: clean
Received on Fri Feb 12 2016 - 10:50:28 CET
This archive was generated by hypermail 2.3.0
: Fri Feb 12 2016 - 11:00:21 CET