diff options
author | Jürg Billeter <j@bitron.ch> | 2005-09-14 14:27:28 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2005-09-14 14:27:28 +0200 |
commit | 1ac216b198e559163b1c81eca2f1c9a635d8e326 (patch) | |
tree | a912c776c49deba6709fbaf23ab47f1b69c20970 /extras/run_directory/Makefile | |
parent | 8c65c6a1be91dd3a3da2b5c3b304ec02ad3c67f9 (diff) |
EXTRAS/Makefile: fix install targets to match main Makefile
Diffstat (limited to 'extras/run_directory/Makefile')
-rw-r--r-- | extras/run_directory/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extras/run_directory/Makefile b/extras/run_directory/Makefile index c1a83e3c0b..38ef7b128e 100644 --- a/extras/run_directory/Makefile +++ b/extras/run_directory/Makefile @@ -45,9 +45,9 @@ clean: spotless: clean -install: all +install-bin: all $(INSTALL_PROGRAM) $(DEVD) $(DESTDIR)$(sbindir)/$(DEVD) $(INSTALL_PROGRAM) $(HOTPLUGD) $(DESTDIR)$(sbindir)/$(HOTPLUGD) -uninstall: +uninstall-bin: - rm $(DESTDIR)$(sbindir)/$(DEVD) |