fix for constantly rebuilding app_server
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5836 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
49c2f6870f
commit
bacf687270
2
Jamrules
2
Jamrules
@ -1362,6 +1362,8 @@ rule OBOSInstall
|
|||||||
installRule ?= Install ;
|
installRule ?= Install ;
|
||||||
local targets = $(sources:G=$(installgrist)) ;
|
local targets = $(sources:G=$(installgrist)) ;
|
||||||
|
|
||||||
|
NotFile $(install) ;
|
||||||
|
NotFile $(uninstall) ;
|
||||||
Depends $(install) : $(targets) ;
|
Depends $(install) : $(targets) ;
|
||||||
Clean $(uninstall) : $(targets) ;
|
Clean $(uninstall) : $(targets) ;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user