bonefish: Fixed bug #1346. The relative output directory for the root directory was
computed as '.' which resulted in output path ending with '/.', causing mkdir to choke. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21778 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
c7f1e4bda3
commit
7fe764cce5
@ -2,6 +2,9 @@
|
||||
rule SetupObjectsDir
|
||||
{
|
||||
local relPath = [ FDirName $(SUBDIR_TOKENS[2-]) ] ;
|
||||
if $(relPath) = . {
|
||||
relPath = ;
|
||||
}
|
||||
COMMON_PLATFORM_LOCATE_TARGET =
|
||||
[ FDirName $(HAIKU_COMMON_PLATFORM_OBJECT_DIR) $(relPath) ] ;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user