libparrot.a is not really related to testing, it should belong in "all". This
patch does so, and as a side effect, t/src/basic will now work with "make testj".

__________________________________________________
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com
--- root.in.bak Thu Aug 29 16:00:04 2002
+++ root.in     Fri Aug 30 14:53:54 2002
@@ -160,7 +160,7 @@
 .c$(O) :
        $(CC) $(CFLAGS) ${cc_o_out}$@ -c $<
 
-all : $(TEST_PROG) docs
+all : $(TEST_PROG) docs ${blib_lib_libparrot_a}
 
 mops : examples/assembly/mops${exe} examples/mops/mops${exe}
 
@@ -451,7 +451,7 @@
 #
 ###############################################################################
 
-test : $(TEST_PROG) ${blib_lib_libparrot_a} assemble.pl test_dummy
+test : $(TEST_PROG) assemble.pl test_dummy
 
 test_dummy :
        $(PERL) t/harness $(TEST_PROG_ARGS)

Reply via email to