forgot to use HOST_ADD_BUILD_COMPATIBILITY_LIB_DIR
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28051 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -43,15 +43,16 @@ BuildPlatformMain gen_matypes :
|
|||||||
|
|
||||||
rule MkMaTypes
|
rule MkMaTypes
|
||||||
{
|
{
|
||||||
MakeLocateArch $(<) ;
|
MakeLocateArch $(<) ;
|
||||||
Depends $(<) : gen_matypes ;
|
Depends $(<) : gen_matypes ;
|
||||||
MkMaTypes1 $(<) : gen_matypes ;
|
MkMaTypes1 $(<) : gen_matypes ;
|
||||||
LocalClean clean : $(<) ;
|
LocalClean clean : $(<) ;
|
||||||
}
|
}
|
||||||
|
|
||||||
actions MkMaTypes1
|
actions MkMaTypes1
|
||||||
{
|
{
|
||||||
$(2) > $(1) ;
|
$(HOST_ADD_BUILD_COMPATIBILITY_LIB_DIR);
|
||||||
|
$(2) > $(1) ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user