From b8b20fac4da1121a232dc4810cb3faa7fdb20a99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Mon, 15 Oct 2007 18:11:07 +0000 Subject: [PATCH] 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 --- src/bin/findutils/locate/Jamfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/findutils/locate/Jamfile b/src/bin/findutils/locate/Jamfile index f01fcf2706..d0364ce2d3 100644 --- a/src/bin/findutils/locate/Jamfile +++ b/src/bin/findutils/locate/Jamfile @@ -48,8 +48,8 @@ actions MkUpdateDb1 $(2[1]) > $(1) ; } -MkUpdateDb updatedb : updatedb.sh [ FGristFiles version.c ] ; +MkUpdateDb updatedbgen : updatedb.sh [ FGristFiles version.c ] ; MakeLocatePlatform updatedb ; -Shell updatedb : updatedb ; +Shell updatedb : updatedbgen ; SEARCH on [ FGristFiles version.c ] = [ FDirName $(SUBDIR) $(DOTDOT) find ] ;