diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-12-26 21:36:16 +0000 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-12-26 21:36:16 +0000 |
commit | 1de5a9e8cd48b8fe920c4d1eba343a55f12332df (patch) | |
tree | 6a446e3092003002688b0085a6e68fa0dbcf50ed /cleandeps | |
parent | bc149e7d986f4c11aa85df8d8499dc367b34a855 (diff) | |
download | librebootfr-1de5a9e8cd48b8fe920c4d1eba343a55f12332df.tar.gz librebootfr-1de5a9e8cd48b8fe920c4d1eba343a55f12332df.zip |
build-release, builddeps-ich9deblob, cleandeps: fix ich9deblob
Diffstat (limited to 'cleandeps')
-rwxr-xr-x | cleandeps | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -125,7 +125,9 @@ rm -f resources/utilities/i945-pwm/i945-pwm # clean ich9deblob utility # -------------------------------------------------------------------- -rm -f resources/utilities/ich9deblob/ich9deblob +cd resources/utilities/ich9deblob/ +make clean +cd ../../../ # a few more things to do last # -------------------------------------------------------- |