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

@@ -327,7 +327,7 @@ main(int argc, char *argv[])
* All Done!! -- Jessica Noll, age 2
*/
if (c_flag == true) {
printf("\nC compiler and C include appears to support calc\n");
printf("\nC compiler and select include files appear to support calc.\n");
}
exit(0);
#endif /* HAVE_INTTYPES_H */