summaryrefslogtreecommitdiffstats
path: root/crypto/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/Makefile.in')
-rw-r--r--crypto/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/Makefile.in b/crypto/Makefile.in
index 21dd827a7c..56a83e1746 100644
--- a/crypto/Makefile.in
+++ b/crypto/Makefile.in
@@ -20,9 +20,9 @@ RECURSIVE_MAKE= [ -n "$(SDIRS)" ] && for i in $(SDIRS) ; do \
$(MAKE) -e TOP=../.. DIR=$$i INCLUDES='$(INCLUDES)' $$target ) || exit 1; \
done;
-PEX_LIBS=
+LDFLAGS=
EX_LIBS=
-
+
CFLAGS= $(INCLUDE) $(CFLAG)
ASFLAGS= $(INCLUDE) $(ASFLAG)
AFLAGS=$(ASFLAGS)