aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 4 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 7cda75c18b..2e03173c5b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -30,9 +30,10 @@
*) The -DPLATFORM="\"$(PLATFORM)\"" definition and the similar -DCFLAGS=...
(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 made
- in auto-generated file crypto/buildinf.h, which also defines DATE
- and thus replaces crypto/date.h.
+ 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).
[Bodo Moeller]
*) MIPS III/IV assembler module is reimplemented.