diff options
author | Kay Sievers <kay.sievers@suse.de> | 2006-07-04 18:41:07 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2006-07-04 18:41:07 +0200 |
commit | c76b97dc4d10fb569fa0d599e30a40b54fad05e4 (patch) | |
tree | dcfe5309d982408eee16d7d11c6898d69749915c /extras/ata_id | |
parent | 486e62f8ad13e1ec5ef5a9e3b9407bb45e7017e1 (diff) |
Makefiles: fix .PHONY for man page target
Thanks to David Härdeman for pointing it out.
Diffstat (limited to 'extras/ata_id')
-rw-r--r-- | extras/ata_id/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/ata_id/Makefile b/extras/ata_id/Makefile index 64d6868062..c55bdac7c4 100644 --- a/extras/ata_id/Makefile +++ b/extras/ata_id/Makefile @@ -58,7 +58,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 |