diff options
author | Miklos Vajna <vmiklos@frugalware.org> | 2007-05-13 00:06:26 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2007-05-13 00:06:26 +0200 |
commit | 88243f0974b9855d7b50a3f1e080823d88d473f4 (patch) | |
tree | f232f0ffe9795142b01b0038a3744afdfc4bc63d /extras/path_id | |
parent | 74ced8c8900991db8650ba7cfaa4a16ee18558ab (diff) |
path_id: remove on make uninstall
Diffstat (limited to 'extras/path_id')
-rw-r--r-- | extras/path_id/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/path_id/Makefile b/extras/path_id/Makefile index 24b47b425a..d8efe64187 100644 --- a/extras/path_id/Makefile +++ b/extras/path_id/Makefile @@ -49,7 +49,7 @@ install-man: .PHONY: install-man uninstall-man: - @echo "Please create a man page for this tool." + -rm -f $(DESTDIR)$(mandir)/man8/$(PROG).8 .PHONY: uninstall-man install-config: |