Skip to content
This repository was archived by the owner on Feb 3, 2021. It is now read-only.

Commit 94c8f60

Browse files
committed
install dynops and dynpmcs
1 parent 94b693e commit 94c8f60

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build/Makefile.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,8 @@ install: all
217217
$(MKPATH) $(DESTDIR)$(PARROT_BIN_DIR)
218218
$(CP) $(NQP_EXE) $(DESTDIR)$(PARROT_BIN_DIR)/nqp$(EXE)
219219
$(CHMOD) 755 $(DESTDIR)$(PARROT_BIN_DIR)/nqp$(EXE)
220+
$(MKPATH) $(DESTDIR)$(PARROT_LIB_DIR)/dynext
221+
$(CP) $(DYNPMC) $(DYNOPS) $(DESTDIR)$(PARROT_LIB_DIR)/dynext
220222

221223
stage0: $(STAGE0)
222224
stage1: $(STAGE1)

0 commit comments

Comments
 (0)