From bacf687270a2df2eb9fe26ece976f7906cd5ebac Mon Sep 17 00:00:00 2001 From: shatty Date: Tue, 30 Dec 2003 22:26:26 +0000 Subject: [PATCH] fix for constantly rebuilding app_server git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5836 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- Jamrules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Jamrules b/Jamrules index bb812d37ee..db0d0c8313 100644 --- a/Jamrules +++ b/Jamrules @@ -1362,6 +1362,8 @@ rule OBOSInstall installRule ?= Install ; local targets = $(sources:G=$(installgrist)) ; + NotFile $(install) ; + NotFile $(uninstall) ; Depends $(install) : $(targets) ; Clean $(uninstall) : $(targets) ;