[svn:parrot] r46660 - in branches/ops_pct: . config/gen/makefiles

bacek at svn.parrot.org bacek at svn.parrot.org
Sat May 15 13:01:42 UTC 2010


Author: bacek
Date: Sat May 15 13:01:41 2010
New Revision: 46660
URL: https://trac.parrot.org/parrot/changeset/46660

Log:
Fix make dependencies. fperrad++

Modified:
   branches/ops_pct/MANIFEST.generated
   branches/ops_pct/config/gen/makefiles/root.in

Modified: branches/ops_pct/MANIFEST.generated
==============================================================================
--- branches/ops_pct/MANIFEST.generated	Sat May 15 13:01:28 2010	(r46659)
+++ branches/ops_pct/MANIFEST.generated	Sat May 15 13:01:41 2010	(r46660)
@@ -149,7 +149,6 @@
 lib/Parrot/Config/Generated.pm                   [devel]lib
 libparrot.dll                                    [main]bin
 libparrot.lib                                    [main]bin
-lib/Parrot/OpLib/core.pm                         [devel]lib
 lib/Parrot/Pmc2c/PCCMETHOD_BITS.pm               [devel]lib
 lib/Parrot/PMC.pm                                [devel]lib
 parrot.pc                                        [main]pkgconfig

Modified: branches/ops_pct/config/gen/makefiles/root.in
==============================================================================
--- branches/ops_pct/config/gen/makefiles/root.in	Sat May 15 13:01:28 2010	(r46659)
+++ branches/ops_pct/config/gen/makefiles/root.in	Sat May 15 13:01:41 2010	(r46660)
@@ -248,7 +248,6 @@
     src/extra_nci_thunks.c
 
 GEN_MODULES = \
-    lib/Parrot/OpLib/core.pm
 
 GEN_LIBRARY = \
     $(LIBRARY_DIR)/Archive/Tar.pbc \
@@ -799,7 +798,7 @@
 
 bootstrap-ops : $(OPS2C)
 	$(OPS2C) --core
-	$(MAKE)
+	$(MAKE) .
 
 runtime/parrot/include/parrotlib.pbc: runtime/parrot/library/parrotlib.pir $(PARROT) $(GEN_PASM_INCLUDES)
 	$(PARROT) -o $@ runtime/parrot/library/parrotlib.pir


More information about the parrot-commits mailing list