make depend in case it's a fresh cvs checkout
This commit is contained in:
parent
db547b97f3
commit
817572d04d
1 changed files with 1 additions and 0 deletions
|
@ -223,6 +223,7 @@ umount $TMPDISK || exit
|
|||
umount $TMPDISK2 || exit
|
||||
umount $RAM || exit
|
||||
(cd ../boot && make)
|
||||
(cd .. && make depend)
|
||||
make image || exit 1
|
||||
cp image image_big
|
||||
make clean
|
||||
|
|
Loading…
Reference in a new issue