On Mar-27, Anton Berezin wrote: > Index: config/gen/makefiles/imcc.in > =================================================================== > RCS file: /cvs/public/parrot/config/gen/makefiles/imcc.in,v > retrieving revision 1.15 > diff -u -r1.15 imcc.in > --- config/gen/makefiles/imcc.in 22 Mar 2003 22:06:09 -0000 1.15 > +++ config/gen/makefiles/imcc.in 27 Mar 2003 09:21:07 -0000 > @@ -47,6 +47,8 @@ > > .PHONY : FORCE > > +FORCE : > + > imcparser.c imcparser.h : imcc.y FORCE > $(PERL) rebuild.pl ${PQ}$(YACC) imcc.y -d -o imcparser.c${PQ} imcc.y > imcparser.h imcparser.c
Thanks, applied.