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: [RFA] sim/common/Make-common.in: Correct dependency for LIBDEPS


On Tue, May 24, 2005 at 04:08:27PM +0200, Corinna Vinschen wrote:
> Hi,
> 
> LIBDEPS in sim/common/Make-common.in defines the dependencies used
> to figure out what has to be build, while EXTRA_LIBS defines what
> libraries are used for building.
> 
> The same difference is made for INTLDEPS vs. INTLLIBS.  Nevertheless,
> LIBDEPS depends on $(INTLLIBS) instead of $(INTLDEPS), which would
> be the correct dependency.
> 
> The below patch fixes that.  Ok to apply?
> 
> 
> Corinna
> 
> 	* Make-common.in (LIBDEPS): Correctly use INTLDEPS for dependency
> 	check.

Yes, this is OK.  Nice catch.

-- 
Daniel Jacobowitz
CodeSourcery, LLC


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