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

khairul at svn.parrot.org khairul at svn.parrot.org
Fri May 28 16:11:22 UTC 2010


Author: khairul
Date: Fri May 28 16:11:22 2010
New Revision: 47096
URL: https://trac.parrot.org/parrot/changeset/47096

Log:
Removed unneeded PIR->PBC rule.

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	Fri May 28 16:04:50 2010	(r47095)
+++ branches/gsoc_instrument/config/gen/makefiles/root.in	Fri May 28 16:11:22 2010	(r47096)
@@ -1090,19 +1090,14 @@
 $(LIBRARY_DIR)/ProfTest/Matcher.pir: $(LIBRARY_DIR)/ProfTest/Matcher.nqp $(NQP_RX)
 	$(NQP_RX) --target=pir $(LIBRARY_DIR)/ProfTest/Matcher.nqp > $@
 
-
-$(LIBRARY_DIR)/Instrument/Probe.pbc: $(LIBRARY_DIR)/Instrument/Probe.pir
-	$(PARROT) -o $@ $(LIBRARY_DIR)/Instrument/Probe.pir
-
-$(LIBRARY_DIR)/Instrument/Probe.pir: $(LIBRARY_DIR)/Instrument/Probe.nqp $(NQP_RX)
-	$(NQP_RX) --target=pir $(LIBRARY_DIR)/Instrument/Probe.nqp > $@
-
 ###############################################################################
 #
 # Other Dependencies and Build Rules:
 #
 ###############################################################################
 
+$(LIBRARY_DIR)/Instrument/Probe.pir: $(LIBRARY_DIR)/Instrument/Probe.nqp $(NQP_RX)
+	$(NQP_RX) --target=pir $(LIBRARY_DIR)/Instrument/Probe.nqp > $@
 
 runtime/parrot/include/interpflags.pasm : $(INC_DIR)/interpreter.h $(H2INC)
 	$(PERL) $(H2INC) $(INC_DIR)/interpreter.h $@


More information about the parrot-commits mailing list