summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fe92e1a..2d23397 100644
--- a/Makefile
+++ b/Makefile
@@ -43,7 +43,7 @@ install: all
for f in $(MAN); do sed "s/VERSION/$(VERSION)/g" < $$f > $(DESTDIR)$(MANPREFIX)/man1/$$f; done
uninstall:
- cd $(DESTDIR)$(PREFIX)/bin && rm -f $(BIN) $(GUI)
+ cd $(DESTDIR)$(PREFIX)/bin && rm -f $(BIN) $(GUI:.tcl=)
cd $(DESTDIR)$(MANPREFIX)/man1 && rm -f $(MAN)
clean: