Build fixes

This commit is contained in:
pancake 2016-02-29 00:04:31 +01:00
parent 6c1e2c3aef
commit c4e8864e7d
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ PREFIX?=${PWD}/../prefix
PWD=$(shell pwd)
LIBS0=util hash
LIBS1=reg cons db magic bp search config socket
LIBS1=socket reg cons db magic bp search config
LIBS2=syscall lang io crypto flags
LIBS3=fs anal bin
LIBS4=parse

View File

@ -2,7 +2,7 @@ include ../config.mk
include ../../global.mk
NAME=r_bin
DEPS=r_util r_db r_io r_magic
DEPS=r_util r_db r_io r_socket r_magic
.PHONY: pre