[svn:parrot] r36677 - trunk/config/gen/makefiles
particle at svn.parrot.org
particle at svn.parrot.org
Fri Feb 13 15:31:25 UTC 2009
Author: particle
Date: Fri Feb 13 15:31:24 2009
New Revision: 36677
URL: https://trac.parrot.org/parrot/changeset/36677
Log:
[config] add useful utils to default 'all' make target, effectively making 'all' the same as 'world'.
Modified:
trunk/config/gen/makefiles/root.in
Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in Fri Feb 13 14:59:18 2009 (r36676)
+++ trunk/config/gen/makefiles/root.in Fri Feb 13 15:31:24 2009 (r36677)
@@ -554,10 +554,13 @@
dynpmc \
dynoplibs \
compilers \
- $(PBC_TO_EXE) \
- $(PARROT_CONFIG) \
$(DIS) \
- $(PBCMERGE)
+ $(PARROT_CONFIG) \
+ $(PBC_TO_EXE) \
+ $(PBCMERGE) \
+ $(PDB) \
+ $(PDUMP) \
+ $(PINFO) \
$(GEN_LIBRARY) : $(PARROT)
More information about the parrot-commits
mailing list