If they're effectively the same, can we just remove one and make it depend on the other?
On Fri, Feb 13, 2009 at 10:31 AM, <[email protected]> wrote: > 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) > > _______________________________________________ > http://lists.parrot.org/mailman/listinfo/parrot-commits > -- Will "Coke" Coleda _______________________________________________ http://lists.parrot.org/mailman/listinfo/parrot-dev
