chiark / gitweb /
do not skip RUN execution if device node removal fails
[elogind.git] / Makefile
index 3b254f122678d549bf184db931450090d6b5da83..6c7f139e2c6d37f8a7e3429486fa3d27ebfcf2d4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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: