Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'master' of github.com:perl6/nqp
  • Loading branch information
Tadeusz Sośnierz committed Aug 22, 2011
2 parents 8d12a5c + babcf34 commit 4d93b19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/build/Makefile.in
Expand Up @@ -234,9 +234,10 @@ CLEANUPS = \
all: $(NQP_EXE) qregex

install: all
$(MKPATH) $(DESTDIR)$(NQP_LANG_DIR)/lib
$(MKPATH) $(DESTDIR)$(PARROT_LIBRARY_DIR)
$(CP) $(MODULE_LOADER_PBC) $(DESTDIR)$(PARROT_LIBRARY_DIR)/$(MODULE_LOADER_PBC)
$(CP) $(PAST_PBC) $(DESTDIR)$(PARROT_LIBRARY_DIR)/$(PAST_PBC)
$(MKPATH) $(DESTDIR)$(NQP_LANG_DIR)/lib
$(CP) $(P6REGEX_PBC) $(DESTDIR)$(NQP_LANG_DIR)/lib/$(P6REGEX_PBC)
$(CP) $(REGEX_PBC) $(DESTDIR)$(NQP_LANG_DIR)/lib/$(REGEX_PBC)
$(CP) $(HLL_PBC) $(DESTDIR)$(NQP_LANG_DIR)/lib/$(HLL_PBC)
Expand Down

0 comments on commit 4d93b19

Please sign in to comment.