[svn:parrot] r43964 - trunk/config/gen/makefiles
gerd at svn.parrot.org
gerd at svn.parrot.org
Mon Feb 15 08:08:11 UTC 2010
Author: gerd
Date: Mon Feb 15 08:08:08 2010
New Revision: 43964
URL: https://trac.parrot.org/parrot/changeset/43964
Log:
extend the changeset r43950 to add all dependency; reflecting ticket 644
Modified:
trunk/config/gen/makefiles/root.in
Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in Mon Feb 15 05:38:31 2010 (r43963)
+++ trunk/config/gen/makefiles/root.in Mon Feb 15 08:08:08 2010 (r43964)
@@ -1146,13 +1146,13 @@
# The -o option of parrot did not work with the object file extension ".o"
# so as work around pbc_to_exe is used and the original commands are only
-# commented out so it can easy switched back
+# commented out so it can easily switched back.
#examples/pasm/hello$(O): examples/pasm/hello.pbc
# $(PARROT) -o examples/pasm/hello$(O) examples/pasm/hello.pbc
#
#examples/pasm/hello$(EXE): examples/pasm/hello$(O)
# $(MAKE) . EXEC=examples/pasm/hello exec
-examples/pasm/hello$(EXE): examples/pasm/hello.pbc
+examples/pasm/hello$(EXE): examples/pasm/hello.pbc $(PBC_TO_EXE)
$(PBC_TO_EXE) examples/pasm/hello.pbc
More information about the parrot-commits
mailing list