summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Makefile.ssl
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/Makefile.ssl')
-rw-r--r--src/lib/libcrypto/Makefile.ssl8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/Makefile.ssl b/src/lib/libcrypto/Makefile.ssl
index 9d1a180571..6a52e04218 100644
--- a/src/lib/libcrypto/Makefile.ssl
+++ b/src/lib/libcrypto/Makefile.ssl
@@ -54,11 +54,11 @@ all: buildinf.h lib subdirs shared
54 54
55buildinf.h: ../Makefile.ssl 55buildinf.h: ../Makefile.ssl
56 ( echo "#ifndef MK1MF_BUILD"; \ 56 ( echo "#ifndef MK1MF_BUILD"; \
57 echo " /* auto-generated by crypto/Makefile.ssl for crypto/cversion.c */"; \ 57 echo ' /* auto-generated by crypto/Makefile.ssl for crypto/cversion.c */'; \
58 echo " #define CFLAGS \"$(CC) $(CFLAG)\""; \ 58 echo ' #define CFLAGS "$(CC) $(CFLAG)"'; \
59 echo " #define PLATFORM \"$(PLATFORM)\""; \ 59 echo ' #define PLATFORM "$(PLATFORM)"'; \
60 echo " #define DATE \"`LC_ALL=C LC_TIME=C date`\""; \ 60 echo " #define DATE \"`LC_ALL=C LC_TIME=C date`\""; \
61 echo "#endif" ) >buildinf.h 61 echo '#endif' ) >buildinf.h
62 62
63testapps: 63testapps:
64 if echo ${SDIRS} | fgrep ' des '; \ 64 if echo ${SDIRS} | fgrep ' des '; \