Skip to content

Commit

Permalink
Added comment to endif to clarify beginning if statement
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Young <scott.young@unb.ca>
  • Loading branch information
Scott-Young-6746 committed May 21, 2020
1 parent 34681e5 commit d3268d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion closed/OpenJ9.gmk
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ ifeq (true,$(OPENJ9_ENABLE_MICROJIT))
FEATURE_SED_SCRIPT += $(call SedEnable,opt_microjit)
else
FEATURE_SED_SCRIPT += $(call SedDisable,opt_microjit)
endif
endif # OPENJ9_ENABLE_MICROJIT

# openj9_stage_buildspec_file
# ---------------------------
Expand Down

0 comments on commit d3268d3

Please sign in to comment.