Commit 6ca40933 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 0.11. Not tagged
parent 7ee06481
......@@ -31,7 +31,7 @@ endif
include CModule
expasmc.AHCIDevice: hdr.AHCIDevice h.AHCIDevice
${HDR2H} hdr.AHCIDevice ${C_EXP_HDR}.AHCIDevice
FAppend ${C_EXP_HDR}.AHCIDevice h.AHCIDevice ${C_EXP_HDR}.AHCIDevice
${HDR2H} hdr.AHCIDevice ${C_EXP_HDR:.h=}.h.AHCIDevice
FAppend ${C_EXP_HDR:.h=}.h.AHCIDevice h.AHCIDevice ${C_EXP_HDR:.h=}.h.AHCIDevice
# Dynamic dependencies:
......@@ -5,17 +5,17 @@
*/
#define Module_MajorVersion_CMHG 0.11
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 02 Jun 2021
#define Module_Date_CMHG 19 Jun 2021
#define Module_MajorVersion "0.11"
#define Module_Version 11
#define Module_MinorVersion ""
#define Module_Date "02 Jun 2021"
#define Module_Date "19 Jun 2021"
#define Module_ApplicationDate "02-Jun-21"
#define Module_ApplicationDate "19-Jun-21"
#define Module_ComponentName "SATADriver"
#define Module_FullVersion "0.11"
#define Module_HelpVersion "0.11 (02 Jun 2021)"
#define Module_HelpVersion "0.11 (19 Jun 2021)"
#define Module_LibraryVersionInfo "0:11"
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