This is the mail archive of the gdb-patches@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: Pass down $(bindir) and $(mandir)


On Wed, Sep 03, 2003 at 05:55:45PM +0200, Andreas Schwab wrote:
> sim/common/Makefile and sim/ppc/Makefile are using mandir and bindir,
> resp., so we should pass them down.  OK for HEAD and 6.0 branch?

Yes, thank you.

> 
> Andreas.
> 
> 2003-09-03  Andreas Schwab  <schwab@suse.de>
> 
> 	* Makefile.in (FLAGS_TO_PASS): Pass down $(bindir) and $(mandir).
> 
> --- sim/Makefile.in.~1.3.~	2002-09-05 11:17:13.000000000 +0200
> +++ sim/Makefile.in	2003-09-03 16:57:15.000000000 +0200
> @@ -85,6 +85,8 @@ RUNTESTFLAGS=
>  FLAGS_TO_PASS = \
>  	"prefix=$(prefix)" \
>  	"exec_prefix=$(exec_prefix)" \
> +	"bindir=$(bindir)" \
> +	"mandir=$(mandir)" \
>  	"against=$(against)" \
>  	"AR=$(AR)" \
>  	"AR_FLAGS=$(AR_FLAGS)" \
> 
> -- 
> Andreas Schwab, SuSE Labs, schwab@suse.de
> SuSE Linux AG, Deutschherrnstr. 15-19, D-90429 Nürnberg
> Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
> "And now for something completely different."
> 

-- 
Daniel Jacobowitz
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]