mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-22 23:31:26 +00:00
Fix parallel build
This commit is contained in:
parent
3540924f40
commit
792e8b8bdf
@ -1,4 +1,4 @@
|
||||
BIN=ragg2
|
||||
BINDEPS=r_egg r_bin r_syscall r_asm r_db r_util r_parse
|
||||
BINDEPS=r_egg r_bin r_syscall r_asm r_db r_util r_parse r_lib r_flags r_anal r_reg r_diff r_cons
|
||||
|
||||
include ../rules.mk
|
||||
|
@ -7,12 +7,12 @@ LFX=${DESTDIR}/${LIBDIR}
|
||||
IFX=${DESTDIR}/${INCLUDEDIR}
|
||||
PWD=$(shell pwd)
|
||||
|
||||
LIBS0=util socket hash
|
||||
LIBS1=reg cons db magic lib diff bp search
|
||||
LIBS0=util socket hash th
|
||||
LIBS1=reg cons db magic lib diff bp search config
|
||||
LIBS2=syscall cmd lang io crypto flags bin
|
||||
LIBS3=fs anal
|
||||
LIBS4=parse sign
|
||||
LIBS5=asm
|
||||
LIBS5=asm debug
|
||||
LIBS6=print egg
|
||||
LIBS7=core
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user