Subject: Re: make install failure in xsrc
To: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
From: Laine Stump <lainestump@rcn.com>
List: current-users
Date: 11/05/2000 02:38:44
Izumi Tsutsui <tsutsui@ceres.dti.ne.jp> writes:

> In <wkn1ff1pkm.fsf@idris.laine.org>
> lainestump@rcn.com wrote:
> 
> > I've been getting this for awhile, and a cvs update last night didn't
> > solve it. Is something broken in the makefiles, or do I have something
> > locally corrupt (in other words - is anybody else getting this error?)
> 
> You have to "make all" before "make install" to build xsrc/contrib
> and xsrc/local. "make" does only enter into xsrc/xc.
> I don't know if this is correct behavior, though.
>
> (I think just "make build" is recommended.)

Yeah that fixed it. I'd been doing "make && make install". For some
reason, it never occurred to me that the xsrc makefiles would be set
up just like the src makefiles. Anyway, thanks for setting me
straight!