Makefile: uninstall [ command in the uninstall rule

Signed-off-by: Mattias Andrée <maandree@kth.se>
This commit is contained in:
Mattias Andrée 2016-02-12 09:45:03 +01:00 committed by sin
parent 73c8dfafe9
commit 60ef169a18
1 changed files with 1 additions and 1 deletions

View File

@ -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