chiark / gitweb /
do not skip RUN execution if device node removal fails
[elogind.git] / Makefile
index c22c8a80e99f7a4dfe300eb832769fb451ef9793..6c7f139e2c6d37f8a7e3429486fa3d27ebfcf2d4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@
 # 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 #
 
-VERSION = 117
+VERSION = 118
 
 # set this to make use of syslog
 USE_LOG = true
@@ -45,7 +45,6 @@ V =
 PROGRAMS = \
        udevd                           \
        udevadm                         \
-       udevstart                       \
        test-udev
 
 HEADERS = \
@@ -314,7 +313,6 @@ uninstall: uninstall-bin uninstall-man
 
 test tests: all
        @ cd test && ./udev-test.pl
-       @ cd test && ./udevstart-test.pl
 .PHONY: test tests
 
 buildtest: