diff options
Diffstat (limited to 'extras/volume_id')
-rw-r--r-- | extras/volume_id/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/volume_id/Makefile b/extras/volume_id/Makefile index 0b22fb9c2d..a0401b04e8 100644 --- a/extras/volume_id/Makefile +++ b/extras/volume_id/Makefile @@ -66,7 +66,7 @@ uninstall-bin: install-man: $(INSTALL_DATA) -D $(PROG).8 $(DESTDIR)$(mandir)/man8/$(PROG).8 -.PHONY: uninstall-man +.PHONY: install-man uninstall-man: -rm -f $(DESTDIR)$(mandir)/man8/$(PROG).8 |