[svn:ponie] r365 - trunk
[email protected] 1 Nov 2005 17:33:12 -0000
| Newsgroups | perl.ponie.changes |
|---|---|
| Message-ID | <[email protected]> |
Author: nicholas Date: Tue Nov 1 09:33:12 2005 New Revision: 365 Modified: trunk/Makefile Log: Oops. Need another dependency to get make test (without previous make) working. Modified: trunk/Makefile ============================================================================== --- trunk/Makefile (original) +++ trunk/Makefile Tue Nov 1 09:33:12 2005 @@ -57,7 +57,7 @@ install: cd parrot && make install cd perl && make install -test: +test: src/pmc/Makefile cd parrot && make -k test cd src/pmc && $(MAKE) test cd perl && env HARNESS_OK_SLOW=1 make test_harness