summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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