[EMAIL PROTECTED] (via RT) wrote:
> gmake[1]: *** No rule to make target `src/pmc/mutable.pmc.template',
> needed by `src/pmc/mutable.pmc'.  Stop.

Thanks for reporting, attached patch (+ 'make Makefile') fixes this for me.

-- 
Moritz Lenz
http://moritz.faui2k3.org/ |  http://perl-6.de/
Index: config/makefiles/root.in
===================================================================
--- config/makefiles/root.in	(revision 27774)
+++ config/makefiles/root.in	(working copy)
@@ -72,8 +72,8 @@
   src/builtins/range.pir \
   src/builtins/traits.pir \
 
-$(PMC_DIR)/mutable.pmc : $(PMC_DIR)/mutable.pmc.template build/gen_mutable_pmc.pl
-	$(PERL) build/gen_mutable_pmc.pl $(PMC_DIR)/mutable.pmc.template \
+$(PMC_DIR)/mutable.pmc : $(PMC_DIR)/mutable_pmc.template build/gen_mutable_pmc.pl
+	$(PERL) build/gen_mutable_pmc.pl $(PMC_DIR)/mutable_pmc.template \
 		$(PMC_DIR)/mutable.pmc
 
 PMCS        = perl6str perl6bool mutable

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to