cvsuser 03/07/02 07:13:11
Modified: config/gen/makefiles root.in
Log:
Build imcc before the documentation, since the latter can fail if we don't have
perldoc
Revision Changes Path
1.87 +1 -1 parrot/config/gen/makefiles/root.in
Index: root.in
===================================================================
RCS file: /cvs/public/parrot/config/gen/makefiles/root.in,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -w -r1.86 -r1.87
--- root.in 2 Jul 2003 07:58:28 -0000 1.86
+++ root.in 2 Jul 2003 14:13:10 -0000 1.87
@@ -194,7 +194,7 @@
.c$(O) :
$(CC) $(CFLAGS) ${cc_o_out}$@ -c $<
-all : $(TEST_PROG) docs $(IMCC_PROG)
+all : $(TEST_PROG) $(IMCC_PROG) docs
mops : examples/assembly/mops${exe} examples/mops/mops${exe}