Commit 175effe0 authored by Jeff Epler's avatar Jeff Epler
Browse files

make: fix dependency problem



When building with a large "-j" value, the build could fail with a message like
    gcc -o mesaflash mesaflash.o libanyio.a -lpci -lm
    gcc: error: libanyio.a: No such file or directory
    Makefile:70: recipe for target 'mesaflash' failed
    make: *** [mesaflash] Error 1
make mesaflash explicitly depend on libanyio.a to avoid this.

Signed-off-by: default avatarJeff Epler <jepler@unpythonic.net>
parent 2588dc50
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment