diff options
author | greg@kroah.com <greg@kroah.com> | 2004-11-10 18:11:40 -0800 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 22:09:26 -0700 |
commit | e9f653894e04621d217ca5143a92c803d9995dc5 (patch) | |
tree | 696948b7ef09d560b7bf61668662c468561cd73a | |
parent | 800ab95bd55c9beebd14fd23ef34ea7f3e055e6a (diff) |
[PATCH] remove 'sudo' usage from the Makefile
should fix a lot of gentoo bug reports
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -465,4 +465,4 @@ uninstall: uninstall-man uninstall-dev.d done ; \ test: all - @ cd test && sudo ./udev-test.pl + @ cd test && ./udev-test.pl |