summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-07-27 09:10:36 +0000
committerBodo Möller <bodo@openssl.org>1999-07-27 09:10:36 +0000
commit2e0fc875992dc0b4a0d1372871e27c9ffa31ec3e (patch)
treec74532634aa762ca073d8a0e8ccc52b37ea02a42 /Configure
parent488c06579ea0f1dea01704ba9669f32da3510886 (diff)
Use correct CFLAG definition for makefile.one builds.
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/Configure b/Configure
index 80f0b7680a..fbac48e399 100755
--- a/Configure
+++ b/Configure
@@ -710,11 +710,13 @@ if($IsWindows) {
printf OUT <<EOF;
/* auto-generated by Configure for crypto/cversion.c */
/* (Unix builds: auto-generated by crypto/Makefile.ssl) */
+/* mk1mf builds use mk1mfinf.h instead, so this file is probably never needed */
#define CFLAGS "$cc $cflags"
#define PLATFORM "$target"
EOF
printf OUT "#define DATE \"%s\"\n", scalar gmtime();
close(OUT);
+
system "perl crypto/objects/obj_dat.pl <crypto/objects/objects.h >crypto/objects/obj_dat.h";
} else {
(system "make -f Makefile.ssl PERL=\'$perl\' links") == 0 or exit $?;