Subject: Re: ".include"s in Makefiles
To: =?iso-8859-1?q?C=E9sar=20Catri=E1n?= <cesar_catrian@yahoo.com>
From: Frederick Bruckman <fredb@immanent.net>
List: tech-pkg
Date: 06/11/2003 18:45:00
On Wed, 11 Jun 2003, C=E9sar Catri=E1n wrote:

> is this normal?
>
> .include "../package/reference" ?
>
> or ...
>
> .include "../../cathegory/package/reference" ?
>
> thanks.

I think the second form is preferred, for consistencies sake, and
because it allows the package to be relocated without breaking it.

Frederick