Skip to content

Commit

Permalink
install Test.pir, since we can't load .pm modules right now
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Mar 11, 2010
1 parent e634b58 commit 04ad775
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/Makefile.in
Expand Up @@ -277,13 +277,14 @@ HARNESS_WITH_FUDGE = $(PERL) t/harness --fudge --keep-exit-code --icu=$(HAS_ICU)
HARNESS_WITH_FUDGE_JOBS = $(HARNESS_WITH_FUDGE) --jobs

# the default target
all: $(PERL6_EXE)
all: $(PERL6_EXE) Test.pir

# the install target
install: all
$(MKPATH) $(DESTDIR)$(PERL6_LANG_DIR)/lib
$(CP) perl6.pbc $(DESTDIR)$(PERL6_LANG_DIR)
$(CP) Test.pm $(DESTDIR)$(PERL6_LANG_DIR)/lib
$(CP) Test.pir $(DESTDIR)$(PERL6_LANG_DIR)/lib
$(CP) lib/*.pm $(DESTDIR)$(PERL6_LANG_DIR)/lib
$(MKPATH) $(DESTDIR)$(PARROT_LIB_DIR)/dynext
$(CP) $(DYNPMC) $(DYNOPS) $(DESTDIR)$(PARROT_LIB_DIR)/dynext
Expand Down

0 comments on commit 04ad775

Please sign in to comment.