chiark / gitweb /
allow rules to have labels and skip to next label
[elogind.git] / Makefile
index c3485c04726ea0f23846f05f1d62e393ef582e7a..b740838ace3009a07bcb38202f1e99ca3c34ba9b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,7 @@ EXTRAS=
 # make the build silent. Set this to something else to make it noisy again.
 V=false
 
-VERSION =      062
+VERSION =      063
 ROOT =         udev
 DAEMON =       udevd
 SENDER =       udevsend
@@ -377,8 +377,8 @@ install: install-config install-man all
        $(INSTALL_PROGRAM) -D $(STARTER) $(DESTDIR)$(sbindir)/$(STARTER)
 ifndef DESTDIR
        - killall $(DAEMON)
-       - $(sbindir)/$(DAEMON) --daemon
        - rm -rf $(udevdb)
+       - $(sbindir)/$(DAEMON) --daemon
 endif
        @extras="$(EXTRAS)" ; for target in $$extras ; do \
                echo $$target ; \