From bbf38089463c1c800ce1f20b68ef121886ac9ded Mon Sep 17 00:00:00 2001 From: Nibble Date: Sun, 6 Mar 2011 15:27:14 +0100 Subject: [PATCH] * Fix build - Compile r_diff before r_anal --- libr/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libr/Makefile b/libr/Makefile index 2c612fed4e..9fb2ba49ae 100644 --- a/libr/Makefile +++ b/libr/Makefile @@ -7,7 +7,7 @@ PFX=${DESTDIR}${PREFIX} # Libraries LIBLIST=util socket cons line lib io lang flags bin hash config syscall cmd -LIBLIST+=reg asm anal print parse search diff bp sign th db crypto debug fs core +LIBLIST+=reg asm diff anal print parse search bp sign th db crypto debug fs core # sysproxy ... common wat du? all: libs