Skip to content

Commit

Permalink
Merge pull request #68 from keithc-ca/extra
Browse files Browse the repository at this point in the history
Update dependencies for running Java preprocessor
  • Loading branch information
pshipton authored Feb 7, 2023
2 parents 46b4853 + 62aafda commit 0209ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion closed/GensrcJ9JCL.gmk
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0209ff9

Please sign in to comment.