[dev] [sbase][PATCH] Makefile: uninstall [ command in the uninstall rule

From: Mattias Andrée <maandree_AT_kth.se>
Date: Fri, 12 Feb 2016 09:45:03 +0100

Signed-off-by: Mattias Andrée <maandree_AT_kth.se>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 1c09cac..1742992 100644
--- a/Makefile
+++ b/Makefile
_AT_@ -202,7 +202,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
-- 
2.7.1
Received on Fri Feb 12 2016 - 09:45:03 CET

This archive was generated by hypermail 2.3.0 : Fri Feb 12 2016 - 09:48:10 CET