From 9f1f9afec40e4403244e66fc52e523a41d78fe9e Mon Sep 17 00:00:00 2001 From: Florian Unglaub Date: Sat, 12 Jan 2013 12:02:23 +0100 Subject: [PATCH] fix uninstallation --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2079003..2b703a0 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ install: utop cp utop.1 ${PREFIX}/share/man/man1/ uninstall: - rm -f ${PREFIX}/bin/utop ${PREFIX}/share/man/man1/ + rm -f ${PREFIX}/bin/utop ${PREFIX}/share/man/man1/utop.1 gui.o: gui.c proc.h gui.h util.h config.h machine.c machine.h main.o: main.c proc.h gui.h config.h