generate with a different name to avoid rewriting on the same file

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22572 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2007-10-15 18:11:07 +00:00
parent 87c87b5dbc
commit b8b20fac4d

View File

@ -48,8 +48,8 @@ actions MkUpdateDb1
$(2[1]) > $(1) ;
}
MkUpdateDb updatedb : updatedb.sh [ FGristFiles version.c ] ;
MkUpdateDb updatedbgen : updatedb.sh [ FGristFiles version.c ] ;
MakeLocatePlatform <bin>updatedb ;
Shell <bin>updatedb : updatedb ;
Shell <bin>updatedb : updatedbgen ;
SEARCH on [ FGristFiles version.c ] = [ FDirName $(SUBDIR) $(DOTDOT) find ] ;