* Fix the build of radare2 and radiff2

* Remove r_line dep from cons/t/Makefile
* Build r_cons before r_line in libr/Makefile
This commit is contained in:
Nibble 2010-06-15 01:23:34 +02:00
parent 4476148913
commit 2d81aabbd5
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
BIN=radare2
DEPS=r_diff r_config r_parse r_lib r_cons r_search r_anal r_reg
DEPS+=r_bin r_flags r_debug r_util r_core r_bp r_io r_cmd
DEPS+=r_sign r_meta r_print r_lang r_asm r_syscall r_hash
DEPS+=r_sign r_meta r_print r_lang r_asm r_syscall r_hash r_line
include ../binr.mk

View File

@ -1,6 +1,6 @@
BIN=radiff2
DEPS=r_diff r_config r_parse r_lib r_cons r_search r_anal r_reg
DEPS+=r_bin r_flags r_debug r_util r_core r_bp r_io r_cmd
DEPS+=r_sign r_meta r_print r_lang r_asm r_syscall r_hash
DEPS+=r_sign r_meta r_print r_lang r_asm r_syscall r_hash r_line
include ../binr.mk

View File

@ -6,7 +6,7 @@ PFX=${DESTDIR}${PREFIX}
#PREFIX=${PFX}
# Libraries
LIBLIST=util line cons lib io meta lang flags bin hash config syscall socket
LIBLIST=util cons line lib io meta lang flags bin hash config syscall socket
LIBLIST+=cmd asm anal print parse search diff bp reg sign vm th db crypto debug core
# TODO : generate single library linking against the rest

View File

@ -1,5 +1,5 @@
OBJ=hello.o
BINDEPS=r_line r_cons r_util
BINDEPS=r_cons r_util
BIN=hello
LDFLAGS=-L..
#LIBS=../*.o ../../line/*.a ../../util/*.a