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:
shatty 2003-12-30 22:26:26 +00:00
parent 49c2f6870f
commit bacf687270

View File

@ -1362,6 +1362,8 @@ rule OBOSInstall
installRule ?= Install ;
local targets = $(sources:G=$(installgrist)) ;
NotFile $(install) ;
NotFile $(uninstall) ;
Depends $(install) : $(targets) ;
Clean $(uninstall) : $(targets) ;