Skip to content

Commit 14266b9

Browse files
committed
Try to unbust Linux/Unix build.
nwc10++ and [Coke]++ for reporting/diagnosis.
1 parent 115b38c commit 14266b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build/Makefile-JVM.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ $(RUNNER):
327327
$(P5QREGEX_CLASS): $(ALL_OUTPUT) $(P5QREGEX_SOURCES)
328328
$(MKPATH) $(STAGE2)/gen
329329
$(PERL) tools/build/gen-cat.pl jvm $(P5QREGEX_SOURCES) > $(STAGE2)/$(P5QREGEX_COMBINED)
330-
$(RUNNER) --target=classfile --output=$(P5QREGEX_CLASS) \
330+
.@slash@$(RUNNER) --target=classfile --output=$(P5QREGEX_CLASS) \
331331
$(STAGE2)/$(P5QREGEX_COMBINED)
332332

333333
bootstrap-files: $(STAGE2_OUTPUT)

0 commit comments

Comments
 (0)