Fix parallel build

This commit is contained in:
pancake 2012-10-04 01:49:04 +02:00
parent 3540924f40
commit 792e8b8bdf
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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