Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cs.utexas.edu!tut.cis.ohio-state.edu!ucbvax!ANDREW.CMU.EDU!ghoti+ From: ghoti+@ANDREW.CMU.EDU (Adam Stoller) Newsgroups: comp.soft-sys.andrew Subject: Re: class hierarchy Message-ID: Date: 18 Jan 90 14:47:50 GMT References: <9001180529.AA01962@bullwinkle.cs.uiuc.edu> Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 10 You should probably add the following line to the [top of the] Imakefile for chapp: IHFILES = bintree.ih node.ih cnode.ih chapp.ih darray.ih This makes sure that all the *.[ie]h files are compiled (if need be) before it tries to compile the *.c files. --fish