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 86fd707 commit f73152cCopy full SHA for f73152c
build/Makefile.in
@@ -216,7 +216,6 @@ all: $(NQP_EXE)
216
217
install: all
218
$(MKPATH) $(DESTDIR)$(NQP_LANG_DIR)
219
- $(CP) nqp.pbc $(DESTDIR)$(NQP_LANG_DIR)/nqprx.pbc
220
$(CP) $(P6REGEX_PBC) $(DESTDIR)$(PARROT_LIBRARY_DIR)/$(P6REGEX_PBC)
221
$(CP) $(REGEX_PBC) $(DESTDIR)$(PARROT_LIBRARY_DIR)/$(REGEX_PBC)
222
$(CP) $(HLL_PBC) $(DESTDIR)$(PARROT_LIBRARY_DIR)/$(HLL_PBC)
0 commit comments