Previous Topic: Output File Not UpdatedNext Topic: Make: line too long


Compile/Link Failed #1

Reason:

An aliased variable causes a shell script command in the generated MAKE file behavior incorrectly, which results in a failed build.

By default, the build scripts unalias * in the generated MAKE files to prevent aliased variables from impacting the generated MAKE file.

Action:

Ensure that unalias * is defined in the generated <module>.mak file.