File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -197,7 +197,12 @@ DYNOPS = $(OPS_DIR)/$(OPS)$(LOAD_EXT)
197
197
PMC_SOURCES = $(PMC_DIR ) /stable.pmc $(PMC_DIR ) /sixmodelobject.pmc \
198
198
$(PMC_DIR ) /nqplexinfo.pmc $(PMC_DIR ) /nqplexpad.pmc \
199
199
$(PMC_DIR ) /serializationcontext.pmc $(PMC_DIR ) /ownedhash.pmc \
200
- $(PMC_DIR ) /ownedresizablepmcarray.pmc $(PMC_DIR ) /qrpa.pmc \
200
+ $(PMC_DIR ) /ownedresizablepmcarray.pmc $(PMC_DIR ) /qrpa.pmc
201
+
202
+ DYNPMC_HEADERS = $(PMC_DIR ) /pmc_stable.h $(PMC_DIR ) /pmc_sixmodelobject.h \
203
+ $(PMC_DIR ) /pmc_nqplexinfo.h $(PMC_DIR ) /pmc_nqplexpad.h \
204
+ $(PMC_DIR ) /pmc_serializationcontext.h $(PMC_DIR ) /pmc_ownedhash.h \
205
+ $(PMC_DIR ) /pmc_ownedresizablepmcarray.h $(PMC_DIR ) /pmc_qrpa.h
201
206
202
207
OPS_SOURCE = nqp.ops
203
208
@@ -544,6 +549,8 @@ install: all
544
549
$(CHMOD ) 755 $(DESTDIR )$(PARROT_BIN_DIR ) /nqp$(EXE )
545
550
$(MKPATH ) $(DESTDIR )$(PARROT_LIB_DIR ) /dynext
546
551
$(CP ) $(DYNPMC ) $(DYNOPS ) $(OPS_DIR ) /$(BIGINT_OPS )$(LOAD_EXT ) $(OPS_DIR ) /$(DYNCALL_OPS )$(LOAD_EXT ) $(DESTDIR )$(PARROT_LIB_DIR ) /dynext
552
+ $(MKPATH ) $(DESTDIR )$(PARROT_INCLUDE_DIR ) /dynpmc
553
+ $(CP ) $(DYNPMC_HEADERS ) $(DESTDIR )$(PARROT_INCLUDE_DIR ) /dynpmc
547
554
548
555
stage0 : $(STAGE0 )
549
556
stage1 : $(STAGE1 )
You can’t perform that action at this time.
0 commit comments