Subject: Re: md4.h revisited!
To: None <mikel@shore.net>
From: Patrick Welche <prlw1@cam.ac.uk>
List: current-users
Date: 05/16/1997 18:48:05
Mike Long wrote:
> >Date: Fri, 16 May 1997 17:57:09 +0100 (BST)
> >From: prlw1@cam.ac.uk (Patrick Welche)
> >
> >Can someone put me right on this libc please, I think I got rid of too
> >much now!
> >
> >===>libc
> >make: don't know how to make md4hl.c. Stop
> 
> Usually problems like this are the result of outdated .depend files or
> automatically-generated *.[hc] files.  The first thing to try is:
> 
> # cd libc; rm -f obj/{.depend,*.h,*.c}; make depend && make
> 
> If you don't use objdirs the process can be a bit more difficult.

In fact I got rid of everything in /usr/obj/lib/libc and got the above
message... (I just tried make depend && make in /usr/src/lib/libc
again just in case, but still no joy)

Cheers,

Patrick