From 9d20016e7594f939380e5ed87c89d5795d4e180e Mon Sep 17 00:00:00 2001 From: "Keith W. Campbell" Date: Mon, 6 Feb 2023 12:43:38 -0500 Subject: [PATCH] Update dependencies for running Java preprocessor The preprocessor should run if any input files have changed; that is not just *.java files, but also, for example, module-info.java.extra. Signed-off-by: Keith W. Campbell --- closed/GensrcJ9JCL.gmk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/closed/GensrcJ9JCL.gmk b/closed/GensrcJ9JCL.gmk index 2474254adab..2822a5c19d2 100644 --- a/closed/GensrcJ9JCL.gmk +++ b/closed/GensrcJ9JCL.gmk @@ -53,7 +53,7 @@ $(eval $(call SetupCopyFiles,COPY_OVERLAY_FILES, \ IncludeIfUnsure := -includeIfUnsure -noWarnIncludeIf $(J9JCL_SOURCES_DONEFILE) : \ - $(foreach dir, $(JppSourceDirs), $(call RecursiveWildcard,$(dir),*.java)) \ + $(foreach dir, $(JppSourceDirs), $(call RecursiveWildcard,$(dir),*)) \ $(COPY_OVERLAY_FILES) @$(ECHO) Building OpenJ9 Java Preprocessor @$(MKDIR) -p $(J9TOOLS_DIR)