summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWilliam Ahern <william@Williams-MacBook-Air.local>2012-10-10 16:46:28 -0700
committerWilliam 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
40openssl.so: openssl.o 40openssl.so: openssl.o
41 $(CC) -o $@ $^ $(SOFLAGS) $(LDFLAGS) 41 $(CC) -o $@ $^ $(SOFLAGS) $(LDFLAGS)
42 42
43openssl.o: openssl.c 43openssl.o: openssl.c compat52.h
44 $(CC) $(CFLAGS) $(CPPFLAGS) -c -o $@ $< 44 $(CC) $(CFLAGS) $(CPPFLAGS) -c -o $@ $<
45 45
46 46