summaryrefslogtreecommitdiff
path: root/extras/path_id
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@suse.de>2006-07-04 18:41:07 +0200
committerKay Sievers <kay.sievers@suse.de>2006-07-04 18:41:07 +0200
commitc76b97dc4d10fb569fa0d599e30a40b54fad05e4 (patch)
treedcfe5309d982408eee16d7d11c6898d69749915c /extras/path_id
parent486e62f8ad13e1ec5ef5a9e3b9407bb45e7017e1 (diff)
Makefiles: fix .PHONY for man page target
Thanks to David Härdeman for pointing it out.
Diffstat (limited to 'extras/path_id')
-rw-r--r--extras/path_id/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/path_id/Makefile b/extras/path_id/Makefile
index 32747a71d1..7884a5ef5a 100644
--- a/extras/path_id/Makefile
+++ b/extras/path_id/Makefile
@@ -46,7 +46,7 @@ uninstall-bin:
install-man:
@echo "Please create a man page for this tool."
-.PHONY: uninstall-man
+.PHONY: install-man
uninstall-man:
@echo "Please create a man page for this tool."