Skip to content

Conversation

Candles
Copy link

@Candles Candles commented Aug 16, 2023

Since ifdef is expanded in place and make.inc is included at the end of the makefile, FLAG_411 is checked before it's defined in the make.inc file. Changing it from an ifdef to a $(if causes the evaluation to be delayed until after FLAG_411 is defined.

Fixes issues #17

Since ifdef is expanded in place and make.inc is included at the end of the makefile, FLAG_411 is checked before it's defined in the make.inc file. Changing it from an ifdef to a $(if causes the evaluation to be delayed until after FLAG_411 is defined.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant