diff options
| author | Leah Rowe <leah@libreboot.org> | 2023-08-27 12:08:56 +0100 | 
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2023-08-27 12:08:56 +0100 | 
| commit | 6874bc39de6aa6a24280317bc31eba63d65282cc (patch) | |
| tree | 43bba59b04e18c7457730c8d78ec9c38b3d1d463 /resources/scripts/handle/config/file | |
| parent | 798ce03ae3b5d2decab8f87d1f890d16922bc016 (diff) | |
"handle src for" - change to handle make file
an oversight, in a previous edit
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'resources/scripts/handle/config/file')
| -rwxr-xr-x | resources/scripts/handle/config/file | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/resources/scripts/handle/config/file b/resources/scripts/handle/config/file index 89d57cd0..accbc811 100755 --- a/resources/scripts/handle/config/file +++ b/resources/scripts/handle/config/file @@ -248,7 +248,7 @@ copy_elf()  		    fail "copy_elf: cannot copy elf file"  	done -	./handle src for -c "${codedir}" || \ +	./handle make file -c "${codedir}" || \  	    fail "copy_elf: clean: ${codedir} (${project}/${target})"  } | 
