| Newsgroups |
perl.ponie.changes |
| Message-ID |
<[email protected]> |
Author: sky
Date: Thu Aug 21 06:51:20 2003
New Revision: 34
Modified:
trunk/Makefile
Log:
Perl makefile should build it all
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Thu Aug 21 06:51:20 2003
@@ -16,7 +16,7 @@
cd parrot && $(MAKE) parrot
perl/perl: parrot/parrot
- cd perl && $(MAKE) perl
+ cd perl && $(MAKE)
clean:
cd parrot && $(MAKE) clean