Skip to content

Commit

Permalink
UMA: add missing include path
Browse files Browse the repository at this point in the history
If make decides to build OMR_VM.o for omr_static_lib, it will not be
able to find mminitcore.h because $(top_srcdir)/gc/startup is not
on the include path (like it is in omr/makefile).

Signed-off-by: Keith W. Campbell <[email protected]>
  • Loading branch information
keithc-ca authored and rmnattas committed Jun 14, 2024
1 parent 3dab99b commit 4e387d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions omr_static_lib/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,6 @@ $(foreach lib,$(OMRLIBS), \
$(shell MAKEFLAGS= $(MAKE) -s --no-print-directory -C $(lib) show-objects), \
$(if $(filter /%,$(object)),$(object),$(lib)/$(object))))

MODULE_INCLUDES += $(top_srcdir)/gc/startup

include $(top_srcdir)/omrmakefiles/rules.mk

0 comments on commit 4e387d9

Please sign in to comment.