From da3f2c91f84a6af6abf66c0685b2f88606de7ff2 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 26 Jun 2021 21:46:53 -0300 Subject: Makefile: Don't use $(NAME) for the file name --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 06334dc..0633a18 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ install: all sh aux/workflow/manpages.sh -ip $(DESTDIR)$(MANPREFIX) $(manpages) uninstall: - rm -f $(DESTDIR)$(PREFIX)/bin/$(NAME) + rm -f $(DESTDIR)$(PREFIX)/bin/git-permalink sh aux/workflow/manpages.sh -up $(DESTDIR)$(MANPREFIX) $(manpages) clean: -- cgit v1.2.3