File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ m-install: m-all
69
69
$(CP) $(P6QREGEX_MOAR) $(DESTDIR)$(NQP_LIB_DIR)
70
70
$(CP) $(NQP_MOAR) $(DESTDIR)$(NQP_LIB_DIR)
71
71
$(CP) $(P5QREGEX_MOAR) $(DESTDIR)$(NQP_LIB_DIR)
72
- $(PERL) tools/build/install -moar-runner.pl "$(DESTDIR)" $(PREFIX)
72
+ $(PERL) $(PREFIX)/bin/gen -moar-runner.pl "$(DESTDIR)$(BIN_DIR)/nqp-m" " $(PREFIX)" "$(DESTDIR)$(NQP_LIB_DIR)/nqp.moarvm" "$(DESTDIR)$(NQP_LIB_DIR)"
73
73
74
74
# FIXME:
75
75
M_CLEANUPS = *.moarvm gen/moar/* $(M_RUNNER)
@@ -232,8 +232,8 @@ $(NQP_MOAR): $(M_STAGE2_OUTPUT)
232
232
$(CP) $(M_STAGE2)/$(P6QREGEX_MOAR) .
233
233
$(CP) $(M_STAGE2)/$(NQP_MOAR) .
234
234
235
- $(M_RUNNER): tools/build /gen-moar-runner.pl
236
- $(PERL) tools/build /gen-moar-runner.pl "$(MOAR) "
235
+ $(M_RUNNER): $(PREFIX)/bin /gen-moar-runner.pl
236
+ $(PERL) $(PREFIX)/bin /gen-moar-runner.pl "nqp-m" "$(PREFIX)" "nqp.moarvm "
237
237
238
238
m-runner-default: m-all
239
239
$(CP) $(M_RUNNER) nqp$(BAT)
You can’t perform that action at this time.
0 commit comments