From 04ad775644666559d2e604073d88ed99c60eb081 Mon Sep 17 00:00:00 2001 From: Moritz Lenz Date: Wed, 10 Mar 2010 14:50:32 +0100 Subject: [PATCH] install Test.pir, since we can't load .pm modules right now --- build/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/Makefile.in b/build/Makefile.in index bd45091ed1c..aa30b96f8e2 100644 --- a/build/Makefile.in +++ b/build/Makefile.in @@ -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