From 6105558182628a3ae29a2a39736d025d62b9e9f7 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Fri, 9 Aug 2013 09:01:53 +0200 Subject: Cleaning lcrypt a bit. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0739c38..27fa99b 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ ifeq ($(SYSTEM),Darwin) endif ifeq ($(SYSTEM),Linux) - LIBS += pthread dl util + LIBS += pthread dl CONFIG_H = linux-config.h endif @@ -159,7 +159,7 @@ lcrypt/lcrypt.o: LuaJIT: LuaJIT/src/libluajit.a -libBalau.a: LuaJIT/src/libluajit.a libtommath/libtommath.a libtomcrypt/libtomcrypt.a lcrypt/lcrypt.o $(BALAU_OBJECTS) +libBalau.a: LuaJIT/src/libluajit.a libtommath/libtommath.a libtomcrypt/libtomcrypt.a lcrypt $(BALAU_OBJECTS) ifeq ($(SYSTEM),Darwin) ifneq ($(CROSSCOMPILE),true) rm -f libBalau.a -- cgit v1.2.3