Skip to content

Commit

Permalink
fix crtfrmstmf not finding crtclmod
Browse files Browse the repository at this point in the history
  • Loading branch information
TongkunZhang committed Oct 3, 2022
1 parent 1be4416 commit 0b52012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/def_rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@ define CLLE_TO_MODULE_RECIPE =
$(eval d = $($@_d))
@$(call echo_cmd,"=== Creating CL module [$(notdir $<)]")
@$(set_STMF_CCSID)
$(eval crtcmd := "$(SCRIPTSPATH)/crtfrmstmf --ccsid $(TGTCCSID) -f $< -o $(basename $(@F)) -l $(OBJLIB) -c "crtclmod" -p '"$(CRTCLMODFLAGS)"'")
$(eval crtcmd := "$(SCRIPTSPATH)/crtfrmstmf --ccsid $(TGTCCSID) -f $< -o $(basename $(@F)) -l $(OBJLIB) -c "CRTCLMOD" -p '"$(CRTCLMODFLAGS)"'")
@$(PRESETUP) \
$(SCRIPTSPATH)/launch "$(JOBLOGFILE)" "$(crtcmd)" >> $(LOGFILE) 2>&1 && $(call logSuccess,$@) || $(call logFail,$@)
@$(call EVFEVENT_DOWNLOAD,$*.evfevent)
Expand Down

1 comment on commit 0b52012

@edmundreinhardt
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!

Please sign in to comment.