summaryrefslogtreecommitdiff
path: root/extras/ata_id
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2005-09-14 14:27:28 +0200
committerKay Sievers <kay.sievers@suse.de>2005-09-14 14:27:28 +0200
commit1ac216b198e559163b1c81eca2f1c9a635d8e326 (patch)
treea912c776c49deba6709fbaf23ab47f1b69c20970 /extras/ata_id
parent8c65c6a1be91dd3a3da2b5c3b304ec02ad3c67f9 (diff)
EXTRAS/Makefile: fix install targets to match main Makefile
Diffstat (limited to 'extras/ata_id')
-rw-r--r--extras/ata_id/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/extras/ata_id/Makefile b/extras/ata_id/Makefile
index eab01ad9ab..769b7e3c2d 100644
--- a/extras/ata_id/Makefile
+++ b/extras/ata_id/Makefile
@@ -43,8 +43,8 @@ clean:
spotless: clean
-install: all
+install-bin: all
$(INSTALL_PROGRAM) $(PROG) $(DESTDIR)$(sbindir)/$(PROG)
-uninstall:
+uninstall-bin:
- rm $(DESTDIR)$(sbindir)/$(PROG)