summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-07-29 12:57:23 +0000
committerBodo Möller <bodo@openssl.org>1999-07-29 12:57:23 +0000
commit571199434c616deb176a3fff9e5bb05bcc96f53b (patch)
treec95bb3516df3b25b215cb0034d62968680cae495 /CHANGES
parent37b7185b5dafec8c1798b2f7ebb3e5c22bf74fa4 (diff)
Always use buildinf.h, which now includes the mk1mfinf.h data.
Using different files caused problems because the dependencies in the Makefiles produced by mk1mf.pl were for the standard case, i.e. mentioned buildinf.h and not mk1mfinf.h.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 2 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 4f516ffd5d..8ae1483db4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -46,9 +46,8 @@
(both in crypto/Makefile.ssl for use by crypto/cversion.c) caused
problems not only on Windows, but also on some Unix platforms.
To avoid problematic command lines, these definitions are now in an
- auto-generated file, which also defines DATE and thus replaces
- crypto/date.h. Standard "make" builds use crypto/buildinf.h,
- mk1mf.pl builds use crypto/mk1mfinf.h (created by mk1mf.pl).
+ auto-generated file crypto/buildinf.h (created by crypto/Makefile.ssl
+ for standard "make" builds, by util/mk1mf.pl for "mk1mf" builds).
[Bodo Moeller]
*) MIPS III/IV assembler module is reimplemented.