mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Synced same behaviour between haiku jam and vanilla jam
This commit is contained in:
@ -22,7 +22,7 @@ rule MakeProgramPrivate
|
||||
|
||||
# so 'jam foo' works when 'foo' is final executable
|
||||
if $(target) != $(<) {
|
||||
Depends $(<) : $(target) ;
|
||||
LocalDepends $(<) : $(target) ;
|
||||
NotFile $(<) ;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user