Tzafrir Cohen wrote: > 'make install' is historacally a separate target because 'make' (the > build itself) need not be run by root whereas 'make install' normally > requires root. Thus 'make install' should not require further building > when run after 'make'. Right. I use: $ make clean $ make $ sudo make install