We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 115b38c commit 14266b9Copy full SHA for 14266b9
tools/build/Makefile-JVM.in
@@ -327,7 +327,7 @@ $(RUNNER):
327
$(P5QREGEX_CLASS): $(ALL_OUTPUT) $(P5QREGEX_SOURCES)
328
$(MKPATH) $(STAGE2)/gen
329
$(PERL) tools/build/gen-cat.pl jvm $(P5QREGEX_SOURCES) > $(STAGE2)/$(P5QREGEX_COMBINED)
330
- $(RUNNER) --target=classfile --output=$(P5QREGEX_CLASS) \
+ .@slash@$(RUNNER) --target=classfile --output=$(P5QREGEX_CLASS) \
331
$(STAGE2)/$(P5QREGEX_COMBINED)
332
333
bootstrap-files: $(STAGE2_OUTPUT)
0 commit comments