Skip to content

Commit de465a4

Browse files
committed
make nqp installable again
1 parent d78307d commit de465a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build/Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ install: all
503503
$(CP) $(NQP_EXE) $(DESTDIR)$(PARROT_BIN_DIR)/nqp$(EXE)
504504
$(CHMOD) 755 $(DESTDIR)$(PARROT_BIN_DIR)/nqp$(EXE)
505505
$(MKPATH) $(DESTDIR)$(PARROT_LIB_DIR)/dynext
506-
$(CP) $(DYNPMC) $(DYNOPS) $(DESTDIR)$(PARROT_LIB_DIR)/dynext
506+
$(CP) $(DYNPMC) $(DYNOPS) $(OPS_DIR)/$(BIGINT_OPS)$(LOAD_EXT) $(DESTDIR)$(PARROT_LIB_DIR)/dynext
507507

508508
stage0: $(STAGE0)
509509
stage1: $(STAGE1)

0 commit comments

Comments
 (0)