From 7bdf2557bbf7267542604567a0db809657b54d97 Mon Sep 17 00:00:00 2001 From: William Ahern Date: Wed, 10 Oct 2012 16:46:28 -0700 Subject: -n fix compile for LuaJIT --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 $@ $< -- cgit v1.2.3-59-g8ed1b