cvs commit: ponie Makefile
[email protected] (Nicholas Clark) 8 May 2004 12:56:17 -0000
| Newsgroups | perl.ponie.changes |
|---|---|
| Message-ID | <[email protected]> |
cvsuser 04/05/08 05:56:17 Modified: . Makefile Log: Need to make all in parrot, as there are targets other than parrot/parrot which need to be built before testing Revision Changes Path 1.3 +2 -4 ponie/Makefile Index: Makefile =================================================================== RCS file: /cvs/public/ponie/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -u -w -r1.2 -r1.3 --- Makefile 10 Dec 2003 10:24:21 -0000 1.2 +++ Makefile 8 May 2004 12:56:16 -0000 1.3 @@ -1,6 +1,4 @@ - - - +# $Id: Makefile,v 1.3 2004/05/08 12:56:16 nicholas Exp $ all: final @@ -13,7 +11,7 @@ cp perl/perl ponie parrot/parrot: - cd parrot && $(MAKE) parrot + cd parrot && $(MAKE) perl/perl: parrot/parrot cd perl && $(MAKE)