summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-05-30 18:06:35 +0000
committerRichard Levitte <levitte@openssl.org>2002-05-30 18:06:35 +0000
commit1ed0c6621b082636caf55334b3ada25a6bbcd0c7 (patch)
treea7b120f48c213389d1c0f97cb7f2a72f57f82a57 /crypto
parent5f8453587eeea3f32747189f84e69f547b6d7b39 (diff)
Reformat the CFLAG string so it can be made part of a C string.
Incidently, this works pretty well on the command line as well. PR: 52
Diffstat (limited to 'crypto')
-rw-r--r--crypto/Makefile.ssl8
1 files changed, 4 insertions, 4 deletions
diff --git a/crypto/Makefile.ssl b/crypto/Makefile.ssl
index 2ef333ef8b..98685800e4 100644
--- a/crypto/Makefile.ssl
+++ b/crypto/Makefile.ssl
@@ -54,11 +54,11 @@ all: buildinf.h lib subdirs shared
buildinf.h: ../Makefile.ssl
( echo "#ifndef MK1MF_BUILD"; \
- echo " /* auto-generated by crypto/Makefile.ssl for crypto/cversion.c */"; \
- echo " #define CFLAGS \"$(CC) $(CFLAG)\""; \
- echo " #define PLATFORM \"$(PLATFORM)\""; \
+ echo ' /* auto-generated by crypto/Makefile.ssl for crypto/cversion.c */'; \
+ echo ' #define CFLAGS "$(CC) $(CFLAG)"'; \
+ echo ' #define PLATFORM "$(PLATFORM)"'; \
echo " #define DATE \"`LC_ALL=C LC_TIME=C date`\""; \
- echo "#endif" ) >buildinf.h
+ echo '#endif' ) >buildinf.h
testapps:
if echo ${SDIRS} | fgrep ' des '; \