[ENBD] change to Makefile

Roberto Favaro enbd@lists.community.tummy.com
Wed, 20 Aug 2003 18:35:11 +0200


Hi

I tried to make install but there were errors in the modules installation.


I changed this line in Makefile .row 47:

from
INSTALL      = install
to
INSTALL      = install -D

It creates the directory as needed.

This because some times with a new kernel there is no directory created 
kernel/block .

Roberto