From: greg@kroah.com Date: Thu, 11 Nov 2004 02:11:40 +0000 (-0800) Subject: [PATCH] remove 'sudo' usage from the Makefile X-Git-Tag: 043~5 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=e9f653894e04621d217ca5143a92c803d9995dc5;p=elogind.git [PATCH] remove 'sudo' usage from the Makefile should fix a lot of gentoo bug reports --- diff --git a/Makefile b/Makefile index c90baba58..b62cd8970 100644 --- a/Makefile +++ b/Makefile @@ -465,4 +465,4 @@ uninstall: uninstall-man uninstall-dev.d done ; \ test: all - @ cd test && sudo ./udev-test.pl + @ cd test && ./udev-test.pl