[PATCH] remove 'sudo' usage from the Makefile

should fix a lot of gentoo bug reports
This commit is contained in:
greg@kroah.com 2004-11-10 18:11:40 -08:00 committed by Greg KH
parent 800ab95bd5
commit e9f653894e

View File

@ -465,4 +465,4 @@ uninstall: uninstall-man uninstall-dev.d
done ; \
test: all
@ cd test && sudo ./udev-test.pl
@ cd test && ./udev-test.pl