Remove "su root" from makefile
Status: Inactive
Brought to you by:
tim_littlefair
"su root" is hard-coded in makefile.
This may spoil flexibility about an install destination.
--- a/makefile
+++ b/makefile
@@ -20,5 +20,5 @@ test :
cd test ; make -f posix.mak
install :
- cd install ; su root -c "make -f install.mak"
+ cd install ; make -f install.mak