develooper Front page | perl.ponie.changes | Postings from November 2005

[svn:ponie] r365 - trunk

From:
nicholas
Date:
November 1, 2005 09:33
Subject:
[svn:ponie] r365 - trunk
Message ID:
20051101173312.6883.qmail@x1.develooper.com
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



nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About