ExtractArchive rule: Allow the directory to have a grist
This commit is contained in:
+1
-1
@@ -220,7 +220,7 @@ rule ExtractArchive directory : entries : archiveFile : grist
|
||||
targets += $(target) ;
|
||||
}
|
||||
|
||||
LOCATE on $(targets) = $(directory) ;
|
||||
LOCATE on $(targets) = $(directory:G=) ;
|
||||
Depends $(targets) : $(directory) $(archiveFile) ;
|
||||
NoUpdate $(targets) ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user