re PR libgcj/64219 (Rename libgcj-5.0.pc to libgcj-5.pc)
authorJakub Jelinek <jakub@redhat.com>
Tue, 13 Jan 2015 08:23:31 +0000 (09:23 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 13 Jan 2015 08:23:31 +0000 (09:23 +0100)
PR libgcj/64219
* Makefile.am (install-data-local): Use just the major version
from GCJVERSION instead of major.minor.
* Makefile.in: Regenerated.

From-SVN: r219519

libjava/ChangeLog
libjava/Makefile.am
libjava/Makefile.in

index f77de2a4e3ccefc3c4514b02e5e77efa18ff9038..d616dcb57b85974df4b8673e8d1be6779e1fbc43 100644 (file)
@@ -1,3 +1,10 @@
+2015-01-13  Jakub Jelinek  <jakub@redhat.com>
+
+       PR libgcj/64219
+       * Makefile.am (install-data-local): Use just the major version
+       from GCJVERSION instead of major.minor.
+       * Makefile.in: Regenerated.
+
 2015-01-05  Jakub Jelinek  <jakub@redhat.com>
 
        * classpath/gnu/java/rmi/registry/RegistryImpl.java (version): Update
index 39b5199ff4e616ecd89af00b2c617b847b79390e..96a081571163edcf8762dc9f6f17f63ac9d2a2a7 100644 (file)
@@ -779,7 +779,7 @@ install_data_local_split = 50
 install-data-local:
        $(PRE_INSTALL)
 ## Install the .pc file.
-       @pc_version=`echo $(GCJVERSION) | sed -e 's/[.][^.]*$$//'`; \
+       @pc_version=`echo $(GCJVERSION) | sed -e 's/[.][^.]*[.][^.]*$$//'`; \
        file="libgcj-$${pc_version}.pc"; \
        $(mkinstalldirs) $(DESTDIR)$(pkgconfigdir); \
        echo "  $(INSTALL_DATA) libgcj.pc $(DESTDIR)$(pkgconfigdir)/$$file"; \
index f0f635036eb4105150310f22f624ddd833000e5d..6b214889896b9711067615a6ac95f3a65e5b0e83 100644 (file)
@@ -12455,7 +12455,7 @@ install-exec-hook: install-binPROGRAMS install-toolexeclibLTLIBRARIES \
 @BUILD_ECJ1_TRUE@      mv $(DESTDIR)$(libexecsubdir)/`echo ecjx | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'` $(DESTDIR)$(libexecsubdir)/ecj1$(host_exeext)
 install-data-local:
        $(PRE_INSTALL)
-       @pc_version=`echo $(GCJVERSION) | sed -e 's/[.][^.]*$$//'`; \
+       @pc_version=`echo $(GCJVERSION) | sed -e 's/[.][^.]*[.][^.]*$$//'`; \
        file="libgcj-$${pc_version}.pc"; \
        $(mkinstalldirs) $(DESTDIR)$(pkgconfigdir); \
        echo "  $(INSTALL_DATA) libgcj.pc $(DESTDIR)$(pkgconfigdir)/$$file"; \