update make chk_c rule to form status.chk_c.h

The make chk_c file also forms status.chk_c.h which either
defines CHK_C when the C compiler and select include files
appear to meet calc requirements, or undefines CHK_C
when it does not.
This commit is contained in:
Landon Curt Noll
2023-08-21 20:18:30 -07:00
parent 6abdd8ef3f
commit 2d5339fc51
4 changed files with 39 additions and 14 deletions

View File

@@ -67,6 +67,11 @@ The following are the changes from calc version 2.14.3.5 to date:
Currently failure to compile cc_chk.c or c_chk exiting non-0
will just print "WARNING!!" strings to stderr.
The make chk_c file also forms status.chk_c.h which either
defines CHK_C when the C compiler and select include files
appear to meet calc requirements, or undefines CHK_C
when it does not.
The following are the changes from calc version 2.14.3.4 to 2.14.3.5: