Synced same behaviour between haiku jam and vanilla jam

This commit is contained in:
Sanel Zukan
2007-09-28 14:08:59 +00:00
parent 1a7f6d9f06
commit 15b342009e
6 changed files with 38 additions and 30 deletions

View File

@ -22,7 +22,7 @@ rule MakeProgramPrivate
# so 'jam foo' works when 'foo' is final executable
if $(target) != $(<) {
Depends $(<) : $(target) ;
LocalDepends $(<) : $(target) ;
NotFile $(<) ;
}