Subject: Re: CVS commit: gnusrc/gnu/usr.bin/tar.new/libtar
To: Matthias Drochner <drochner@netbsd.org>
From: Todd Vierling <tv@pobox.com>
List: source-changes
Date: 10/10/2002 17:48:35
On Thu, 10 Oct 2002, Matthias Drochner wrote:

: add a dummy pattern rule to avoid yacc invocation
: (which fails with r/o src tree)

The proper fix would be to .NOPATH: the respective .c (and .h, if
applicable) file(s), so that yacc *will* be invoked (and will place the new
file in ${.OBJDIR}).

This sort of thing has been done elsewhere in the tree (gcc comes to mind
8-).

-- 
-- Todd Vierling <tv@pobox.com>