aboutsummaryrefslogtreecommitdiffstats
path: root/extras/edd_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/edd_id
parent8c65c6a1be91dd3a3da2b5c3b304ec02ad3c67f9 (diff)
downloadudev-1ac216b198e559163b1c81eca2f1c9a635d8e326.tar.gz
EXTRAS/Makefile: fix install targets to match main Makefile
Diffstat (limited to 'extras/edd_id')
-rw-r--r--extras/edd_id/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/extras/edd_id/Makefile b/extras/edd_id/Makefile
index 627884a3..aa3db4f2 100644
--- a/extras/edd_id/Makefile
+++ b/extras/edd_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)