Author: leo
Date: Sun Aug  7 07:19:07 2005
New Revision: 8853

Modified:
   trunk/config/gen/makefiles/root.in
Log:
fix the build breakage I introduced in r8841 - sorry

Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in  (original)
+++ trunk/config/gen/makefiles/root.in  Sun Aug  7 07:19:07 2005
@@ -654,6 +654,8 @@ runtime/parrot/include/parrotlib.pbc: ru
        $(PARROT) -o $@ runtime/parrot/library/parrotlib.imc
 
 runtime/parrot/include/config.fpmc : myconfig config_lib.pasm $(MINIPARROT)
+       @echo Invoking Parrot to generate runtime/parrot/include/config.fpmc 
--cross your fingers
+       $(MINIPARROT) config_lib.pasm > $@
 
 parrot.def : build_tools\parrotdef.pl
        perl build_tools/parrotdef.pl

Reply via email to