aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorgreg@kroah.com <greg@kroah.com>2004-11-10 18:11:40 -0800
committerGreg KH <gregkh@suse.de>2005-04-26 22:09:26 -0700
commite9f653894e04621d217ca5143a92c803d9995dc5 (patch)
tree696948b7ef09d560b7bf61668662c468561cd73a /Makefile
parent800ab95bd55c9beebd14fd23ef34ea7f3e055e6a (diff)
downloadudev-e9f653894e04621d217ca5143a92c803d9995dc5.tar.gz
[PATCH] remove 'sudo' usage from the Makefile
should fix a lot of gentoo bug reports
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c90baba5..b62cd897 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