X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=Makefile;h=6c7f139e2c6d37f8a7e3429486fa3d27ebfcf2d4;hp=c22c8a80e99f7a4dfe300eb832769fb451ef9793;hb=35ea39e277338192f1140492234ce993a56ecb2c;hpb=6d83d9a62468c2db4357b362f910b121c633a965 diff --git a/Makefile b/Makefile index c22c8a80e..6c7f139e2 100644 --- 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: