diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-12-26 16:36:16 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-12-26 16:36:16 (EST) |
commit | 1de5a9e8cd48b8fe920c4d1eba343a55f12332df (patch) | |
tree | 6a446e3092003002688b0085a6e68fa0dbcf50ed /builddeps-ich9deblob | |
parent | bc149e7d986f4c11aa85df8d8499dc367b34a855 (diff) | |
download | libreboot-1de5a9e8cd48b8fe920c4d1eba343a55f12332df.zip libreboot-1de5a9e8cd48b8fe920c4d1eba343a55f12332df.tar.gz libreboot-1de5a9e8cd48b8fe920c4d1eba343a55f12332df.tar.bz2 |
build-release, builddeps-ich9deblob, cleandeps: fix ich9deblob
Diffstat (limited to 'builddeps-ich9deblob')
-rwxr-xr-x | builddeps-ich9deblob | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/builddeps-ich9deblob b/builddeps-ich9deblob index 506462a..dffb557 100755 --- a/builddeps-ich9deblob +++ b/builddeps-ich9deblob @@ -29,10 +29,10 @@ set -u -e -v cd resources/utilities/ich9deblob # clean it first -rm -f ich9deblob +make clean # build ich9deblob -gcc -o ich9deblob ich9deblob.c ich9desc.c -I. +make # done. go back to main directory cd ../../../ |