Fixed uninstall path typo in Makefile.

Signed-off-by: Moritz Lipp <mlq@pwmt.org>
This commit is contained in:
Johannes Meng 2011-03-19 15:24:50 +01:00 committed by Moritz Lipp
parent 58c2ee7dd3
commit 43a89cc2f8

View File

@ -72,7 +72,7 @@ install: all
uninstall:
@echo removing executable file
@rm -f ${DESTDIR}${MANPREFIX}/bin/${PROJECT}
@rm -f ${DESTDIR}${PREFIX}/bin/${PROJECT}
@echo removing manual page
@rm -f ${DESTDIR}${MANPREFIX}/man1/${PROJECT}.1
@make -C ft uninstall