Re: cvs commit: parrot/lib/Parrot Vtable.pm

2003-09-22 Thread Dan Sugalski
On Mon, 22 Sep 2003, Dan Sugalski wrote: > On Mon, 22 Sep 2003, Leopold Toetsch wrote: > > > Dan Sugalski <[EMAIL PROTECTED]> wrote: > > > +vtables$(O) : $(GENERAL_H_FILES) vtables.c > > > > This is missing as vtable.h > > There are a bunch of .h files that aren't in the dependencies, which i

Re: cvs commit: parrot/lib/Parrot Vtable.pm

2003-09-22 Thread Dan Sugalski
On Mon, 22 Sep 2003, Leopold Toetsch wrote: > Dan Sugalski <[EMAIL PROTECTED]> wrote: > > +vtables$(O) : $(GENERAL_H_FILES) vtables.c > > This is missing as vtable.h There are a bunch of .h files that aren't in the dependencies, which is why I left it out. (Not, mind, that it's a *good* reaso

Re: cvs commit: parrot/lib/Parrot Vtable.pm

2003-09-22 Thread Leopold Toetsch
Dan Sugalski <[EMAIL PROTECTED]> wrote: > +vtables$(O) : $(GENERAL_H_FILES) vtables.c This is missing as vtable.h leo