mbert / elvis

The elvis vi-clone (written by Steve Kirkendall)
http://elvis.the-little-red-haired-girl.org
Other
117 stars 26 forks source link

fixed: Makefile.in: specifying a nonexisting directory to '--prefix' (in 'configure') now works #9

Closed ezequielv closed 9 years ago

ezequielv commented 9 years ago

When running configure with a --prefix equal to a non-existing directory, the make install fails. This simple fix makes sure that the (parent) directories leading to the --prefix are created at install time.