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