cvsuser 04/06/10 08:06:50
Modified: config/gen/makefiles root.in
Log:
Fix a dependency issue
Revision Changes Path
1.220 +2 -2 parrot/config/gen/makefiles/root.in
Index: root.in
===================================================================
RCS file: /cvs/public/parrot/config/gen/makefiles/root.in,v
retrieving revision 1.219
retrieving revision 1.220
diff -u -w -r1.219 -r1.220
--- root.in 10 Jun 2004 14:56:31 -0000 1.219
+++ root.in 10 Jun 2004 15:06:50 -0000 1.220
@@ -1,4 +1,4 @@
-# $Id: root.in,v 1.219 2004/06/10 14:56:31 dan Exp $
+# $Id: root.in,v 1.220 2004/06/10 15:06:50 dan Exp $
###############################################################################
#
@@ -506,7 +506,7 @@
@echo Compiling with:
@$(PERL) tools/dev/cc_flags.pl ./CFLAGS echo $(CC) $(CFLAGS) xx$(O) -c xx.c
-runtime/parrot/include/parrotlib.pbc: runtime/parrot/library/parrotlib.imc
+runtime/parrot/include/parrotlib.pbc: runtime/parrot/library/parrotlib.imc
$(TEST_PROG)
./parrot -o $@ runtime/parrot/library/parrotlib.imc
runtime/parrot/include/config.fpmc : myconfig config_lib.pasm $(TEST_PROG)