Subject: Re: bug in libg++/genclass/Makefile
To: None <carrel@cisco.com>
From: J.T. Conklin <jconklin@netcom.com>
List: netbsd-bugs
Date: 06/27/1994 22:46:20
> >Description:
> 	src/gnu/lib/libg++/genclass/Makefile uses sed to fill in the
> correct value of "PROTODIR", but it is evaluating $DESTDIR when creating
> the genclass script, instead of placing the expression "$DESTDIR" into the
> file for run-time evaluation.

Actually, you don't want $DESTDIR evaluated at run time either.  I've 
checked in a fix, but it needs the newest <bsd.prog.mk>, so make sure
that gets updated first.

	--jtc

------------------------------------------------------------------------------