This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java 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: Install pkgconfig file in toolexeclibdir


Mark Mitchell wrote:
The pkgconfig file for libjava is target-specific; it references
particular .so files.  Therefore, it should go in some target-specific
location, not in $(libdir), which is generally $prefix/lib.
Furthermore, it's multilib-specific.  So, I think $(toolexeclibdir) is
the right choice.

OK to apply?

--
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713

2009-02-10 Mark Mitchell <mark@codesourcery.com>

	* Makefile.am (pkgconfigdir): Base on $(toolexeclibdir), not
	$(libdir).


Presumably you regenerated Makefile.in. Right?


David Daney.


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