aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatarLibravatar William Ahern <william@Williams-MacBook-Air.local> 2012-10-10 16:46:28 -0700
committerLibravatarLibravatar William Ahern <william@Williams-MacBook-Air.local> 2012-10-10 16:46:28 -0700
commit7bdf2557bbf7267542604567a0db809657b54d97 (patch)
tree13ba523c6f40b70536bc4ca8c4cc661948f831a8 /Makefile
parentac93581c90d8a1612ce01e3a308d572f98002924 (diff)
downloadluaossl-7bdf2557bbf7267542604567a0db809657b54d97.tar.gz
luaossl-7bdf2557bbf7267542604567a0db809657b54d97.tar.bz2
luaossl-7bdf2557bbf7267542604567a0db809657b54d97.zip
-n
fix compile for LuaJIT
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c6f7e4d..609f09c 100644
--- a/Makefile
+++ b/Makefile
@@ -40,7 +40,7 @@ all: openssl.so
openssl.so: openssl.o
$(CC) -o $@ $^ $(SOFLAGS) $(LDFLAGS)
-openssl.o: openssl.c
+openssl.o: openssl.c compat52.h
$(CC) $(CFLAGS) $(CPPFLAGS) -c -o $@ $<