This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH: Pass libdir mandir, datadir and includedir.


On Fri, Mar 22, 2002 at 04:02:01PM -0800, H . J . Lu wrote:
> Here is a patch. Without it, you can't install gdbserver in a different
> dir.

Well, I think it's obvious and Andrew thinks it's my responsibility, so
that makes it OK.  Please check this in.

Thanks!

> 2002-03-22  H.J. Lu  (hjl@gnu.org)
> 
> 	* Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
> 	includedir.
> 
> --- gdb/Makefile.in.pass	Wed Mar  6 22:30:36 2002
> +++ gdb/Makefile.in	Fri Mar 22 15:34:59 2002
> @@ -412,6 +412,10 @@ FLAGS_TO_PASS = \
>  	"prefix=$(prefix)" \
>  	"exec_prefix=$(exec_prefix)" \
>  	"infodir=$(infodir)" \
> +	"libdir=$(libdir)" \
> +	"mandir=$(mandir)" \
> +	"datadir=$(datadir)" \
> +	"includedir=$(includedir)" \
>  	"against=$(against)" \
>  	"AR=$(AR)" \
>  	"AR_FLAGS=$(AR_FLAGS)" \
> 

-- 
Daniel Jacobowitz                           Carnegie Mellon University
MontaVista Software                         Debian GNU/Linux Developer


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]