* added one more missing dependency for ICU_Confusables, fixing #5475

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35628 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Oliver Tappe 2010-02-27 01:08:26 +00:00
parent 5dbf6e515e
commit 3fbef6e0ec

View File

@ -81,7 +81,7 @@ GenerateUcaData ucadata.icu invuca.icu : $(fractionalUCA) ;
rule GenerateConfusables target : sources
{
MakeLocateICUData $(target) ;
Depends $(target) : <build>gencfu $(sources) ;
Depends $(target) : <build>gencfu $(ICU_DAT_FILES) $(sources) ;
LocalClean clean : $(target) ;
GenerateConfusables1 $(target) : <build>gencfu $(sources) ;
}