summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2013-08-09 09:01:53 +0200
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2013-08-09 09:01:53 +0200
commit6105558182628a3ae29a2a39736d025d62b9e9f7 (patch)
tree6467ca64e03a0bde6795a07462ff583bde0046cf /Makefile
parentf7fa376378cb221347c679aef001b3c04b212c7b (diff)
Cleaning lcrypt a bit.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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