From 43a89cc2f84938840786285fcab558a382ff5108 Mon Sep 17 00:00:00 2001 From: Johannes Meng Date: Sat, 19 Mar 2011 15:24:50 +0100 Subject: [PATCH] Fixed uninstall path typo in Makefile. Signed-off-by: Moritz Lipp --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 27daaaa..c0b112f 100644 --- a/Makefile +++ b/Makefile @@ -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