[svn:parrot] r48271 - branches/gsoc_instrument/config/gen/makefiles

khairul at svn.parrot.org khairul at svn.parrot.org
Tue Aug 3 03:59:08 UTC 2010


Author: khairul
Date: Tue Aug  3 03:59:08 2010
New Revision: 48271
URL: https://trac.parrot.org/parrot/changeset/48271

Log:
Fixed build order

Modified:
   branches/gsoc_instrument/config/gen/makefiles/root.in

Modified: branches/gsoc_instrument/config/gen/makefiles/root.in
==============================================================================
--- branches/gsoc_instrument/config/gen/makefiles/root.in	Tue Aug  3 03:36:02 2010	(r48270)
+++ branches/gsoc_instrument/config/gen/makefiles/root.in	Tue Aug  3 03:59:08 2010	(r48271)
@@ -1130,10 +1130,10 @@
 
 $(LIBRARY_DIR)/Instrument/InstrumentLib.pbc: $(LIBRARY_DIR)/Instrument/Instrument.pbc \
 	$(LIBRARY_DIR)/Instrument/Base.pbc $(LIBRARY_DIR)/Instrument/Probe.pbc \
-	$(LIBRARY_DIR)/Instrument/EventLibrary.pbc $(LIBRARY_DIR)/Instrument/Event.pbc
+	$(LIBRARY_DIR)/Instrument/Event.pbc $(LIBRARY_DIR)/Instrument/EventLibrary.pbc
 	$(PBC_MERGE) -o $@ $(LIBRARY_DIR)/Instrument/Instrument.pbc \
 	$(LIBRARY_DIR)/Instrument/Base.pbc $(LIBRARY_DIR)/Instrument/Probe.pbc \
-	$(LIBRARY_DIR)/Instrument/EventLibrary.pbc $(LIBRARY_DIR)/Instrument/Event.pbc
+	$(LIBRARY_DIR)/Instrument/Event.pbc $(LIBRARY_DIR)/Instrument/EventLibrary.pbc
 
 $(LIBRARY_DIR)/Instrument/Base.pir: $(LIBRARY_DIR)/Instrument/Base.nqp $(NQP_RX)
 	$(NQP_RX) --target=pir $(LIBRARY_DIR)/Instrument/Base.nqp > $@


More information about the parrot-commits mailing list