Skip to content

Commit

Permalink
PGM.RPGLE evfevent naming
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundreinhardt committed Feb 10, 2023
1 parent f27d101 commit 2c2c65c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mk/def_rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -954,7 +954,7 @@ define PGM.RPGLE_TO_PGM_RECIPE =
$(eval crtcmd := CRTBNDRPG srcstmf('$<') PGM($(OBJLIB)/$(basename $(@F))) $(CRTBNDRPGFLAGS))
@$(PRESETUP) \
$(SCRIPTSPATH)/launch "$(JOBLOGFILE)" "$(crtcmd)" >> $(LOGFILE) 2>&1 && $(call logSuccess,$@) || $(call logFail,$@)
@$(call EVFEVENT_DOWNLOAD,$(basename $($@)).PGM.evfevent)
@$(call EVFEVENT_DOWNLOAD,$(basename $@).PGM.evfevent)
endef

define PGM.SQLRPGLE_TO_PGM_RECIPE =
Expand Down

0 comments on commit 2c2c65c

Please sign in to comment.