Subject: Re: minor make question. (duh!)
To: Andrew Gillham <gillhaa@ghost.whirlpool.com>
From: Andrew Gillham <gillhaa@ghost.whirlpool.com>
List: current-users
Date: 01/28/1997 19:31:52
>
>
> Does anyone else out there see something like this:
>
> # cd make
> # pwd
> /usr/src/usr.bin/make
> # make cleandir depend all install
> [normal activity]
> ===> PSD.doc
> make: don't know how to make depend. Stop
> *** Error code 2
>
> Stop.
Ok, I am blind. Obviously the check for 'install' in the Makefile
is adding PSD.doc, so that would explain why has the problem. There
is just no depend target in PSD.doc. What I thought was make entering
the PSD.doc directory twice was just the output of the 'cleandir.'
So.. should there be a 'depend' target for things that include bsd.doc.mk?
Or is 'make cleandir depend all install' not considered "valid?"
Thanks.
-Andrew