Subject: bsd.prog.mk: install target doesn't create target directories
To: None <netbsd-users@netbsd.org>
From: Aleksey Cheusov <cheusov@tut.by>
List: netbsd-users
Date: 12/23/2007 21:18:53
I'm creating Makefile for BSD make that ends with
.include <bsd.prog.mk>

'make' runs perfectly, but following 'make install'
fails like this.
   ...
   install: /tmp/prefix/bin: mkstemp: No such file or directory

And I cannot find any target or variable that causes install target
create destination directories.
That is well known scheme 'make' + 'make install' doesn't work with BSD make.

Any help?

-- 
Best regards, Aleksey Cheusov.