Commit ff998000 authored by Ben Avison's avatar Ben Avison Committed by ROOL
Browse files

Adapt to different `C_EXP_HDR` settings

An upcoming change to BuildSys adjusts the default setting of `C_EXP_HDR` so
that it doesn't include a trailing `.h` for native builds. Since we use the
value of this variable in one of our rules, adapt accordingly (note that this
implementation will work with both old and new BuildSys).

Version 4.06. Not tagged
parent 704af3bc
......@@ -19,7 +19,7 @@ CLEAN_DEPEND = extra_clean
include CModule
expasmc.ADFSErr: hdr.ADFSErr
${HDR2H} hdr.ADFSErr ${C_EXP_HDR}.ADFSErr
${HDR2H} hdr.ADFSErr ${C_EXP_HDR:.h=}.h.ADFSErr
expasm.ADFSErr: hdr.ADFSErr
${CP} hdr.ADFSErr ${EXP_HDR}.ADFSErr ${CPFLAGS}
......
......@@ -5,17 +5,17 @@
*/
#define Module_MajorVersion_CMHG 4.06
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 27 Feb 2021
#define Module_Date_CMHG 19 Jun 2021
#define Module_MajorVersion "4.06"
#define Module_Version 406
#define Module_MinorVersion ""
#define Module_Date "27 Feb 2021"
#define Module_Date "19 Jun 2021"
#define Module_ApplicationDate "27-Feb-21"
#define Module_ApplicationDate "19-Jun-21"
#define Module_ComponentName "ADFS4"
#define Module_FullVersion "4.06"
#define Module_HelpVersion "4.06 (27 Feb 2021)"
#define Module_HelpVersion "4.06 (19 Jun 2021)"
#define Module_LibraryVersionInfo "4:6"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment