[svn:parrot] r41563 - trunk/config/gen/makefiles
coke at svn.parrot.org
coke at svn.parrot.org
Tue Sep 29 21:27:12 UTC 2009
Author: coke
Date: Tue Sep 29 21:27:08 2009
New Revision: 41563
URL: https://trac.parrot.org/parrot/changeset/41563
Log:
"Fix" deps for parrot_nqp
See issue #1070
Modified:
trunk/config/gen/makefiles/root.in
Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in Tue Sep 29 21:20:24 2009 (r41562)
+++ trunk/config/gen/makefiles/root.in Tue Sep 29 21:27:08 2009 (r41563)
@@ -812,7 +812,7 @@
$(CP) compilers/pirc/pirc$(EXE) $(PIRC)
$(CHMOD) 0755 $(PIRC)
-$(NQP) : $(PBC_TO_EXE) compilers/nqp/nqp.pbc
+$(NQP) : $(PBC_TO_EXE) compilers.dummy
$(CP) compilers/nqp/nqp.pbc parrot_nqp.pbc
$(PBC_TO_EXE) parrot_nqp.pbc
More information about the parrot-commits
mailing list