[svn:parrot] r46632 - trunk/ext/nqp-rx

bacek at svn.parrot.org bacek at svn.parrot.org
Sat May 15 02:03:37 UTC 2010


Author: bacek
Date: Sat May 15 02:03:36 2010
New Revision: 46632
URL: https://trac.parrot.org/parrot/changeset/46632

Log:
Fix circular dependencies of nqp-setting.pbc

Modified:
   trunk/ext/nqp-rx/Rules.mak

Modified: trunk/ext/nqp-rx/Rules.mak
==============================================================================
--- trunk/ext/nqp-rx/Rules.mak	Sat May 15 01:50:44 2010	(r46631)
+++ trunk/ext/nqp-rx/Rules.mak	Sat May 15 02:03:36 2010	(r46632)
@@ -15,7 +15,7 @@
 	$(PARROT) -o $@ $(NQP_STAGE0_DIR)/NQP-s0.pir
 
 ## eventually nqp should be able to generate .pbc files directly
-$(LIBRARY_DIR)/nqp-setting.pbc: $(NQP_STAGE0_DIR)/nqp-setting.pm $(LIBRARY_DIR)/nqp-rx.pbc $(NQPRX_LIB_PBCS)
+$(LIBRARY_DIR)/nqp-setting.pbc: $(NQP_STAGE0_DIR)/nqp-setting.pm $(LIBRARY_DIR)/nqp-rx.pbc
 	$(PARROT) $(LIBRARY_DIR)/nqp-rx.pbc --target=pir -o $(NQP_STAGE0_DIR)/nqp-setting.pir $(NQP_STAGE0_DIR)/nqp-setting.pm
 	$(PARROT) -o $@ $(NQP_STAGE0_DIR)/nqp-setting.pir
 


More information about the parrot-commits mailing list