The Copy rule respects an already set SEARCH path now.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16262 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2006-02-06 23:04:01 +00:00
parent f6e671ccdc
commit fa2a531aa8
+1 -1
View File
@@ -5,7 +5,7 @@
rule Copy
{
if $(2) {
SEARCH on $(2) = $(SEARCH_SOURCE) ;
SEARCH on $(2) += $(SEARCH_SOURCE) ;
Depends $(1) : <build>copyattr $(2) ;
Copy1 $(1) : <build>copyattr $(2) ;
}