Skip to content

Commit

Permalink
Install nqp_const.pir.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Mar 21, 2013
1 parent 737636f commit 653ba0c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/build/Makefile.in
Expand Up @@ -542,7 +542,9 @@ all: $(NQP_EXE) $(P5QREGEX_PBC)

install: all
$(MKPATH) $(DESTDIR)$(PARROT_LIBRARY_DIR)
$(MKPATH) $(DESTDIR)$(PARROT_LIB_DIR)/include
$(CP) $(MODULE_LOADER_PBC) $(DESTDIR)$(PARROT_LIBRARY_DIR)/$(MODULE_LOADER_PBC)
$(CP) $(NQP_CONST_PIR) $(DESTDIR)$(PARROT_LIB_DIR)/include/$(NQP_CONST_PIR)
$(MKPATH) $(DESTDIR)$(NQP_LANG_DIR)/lib
$(CP) $(QAST_PBC) $(DESTDIR)$(NQP_LANG_DIR)/lib/$(QAST_PBC)
$(CP) $(QASTNODE_PBC) $(DESTDIR)$(NQP_LANG_DIR)/lib/$(QASTNODE_PBC)
Expand Down

0 comments on commit 653ba0c

Please sign in to comment.