diff options
author | Tom Tromey <tromey@redhat.com> | 2006-10-11 14:42:39 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2006-10-11 14:42:39 +0000 |
commit | d233eb7a05ca704c3d220a555e94c04fa328aee6 (patch) | |
tree | b4784c36ec8d26a9719dcaac808c8e29565a79ad /libjava | |
parent | ba38541ad25b14adf226bc6edf0bd0ee152daca7 (diff) | |
download | gcc-d233eb7a05ca704c3d220a555e94c04fa328aee6.zip gcc-d233eb7a05ca704c3d220a555e94c04fa328aee6.tar.gz gcc-d233eb7a05ca704c3d220a555e94c04fa328aee6.tar.bz2 |
Makefile.in: Rebuilt.
* Makefile.in: Rebuilt.
* Makefile.am (install-data-local): Use mkinstalldirs.
From-SVN: r117634
Diffstat (limited to 'libjava')
-rw-r--r-- | libjava/ChangeLog | 5 | ||||
-rw-r--r-- | libjava/Makefile.am | 1 | ||||
-rw-r--r-- | libjava/Makefile.in | 1 |
3 files changed, 7 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 8f3e35a..28a7e35 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,8 @@ +2006-10-11 Tom Tromey <tromey@redhat.com> + + * Makefile.in: Rebuilt. + * Makefile.am (install-data-local): Use mkinstalldirs. + 2006-10-10 Tom Tromey <tromey@redhat.com> * gnu/classpath/natSystemProperties.cc (insertSystemProperties): diff --git a/libjava/Makefile.am b/libjava/Makefile.am index f7ceccd..83b84e4 100644 --- a/libjava/Makefile.am +++ b/libjava/Makefile.am @@ -549,6 +549,7 @@ install-data-local: ## Install the .pc file. @pc_version=`echo $(GCJVERSION) | sed -e 's/[.][^.]*$$//'`; \ file="libgcj-$${pc_version}.pc"; \ + $(mkinstalldirs) $(DESTDIR)$(pkgconfigdir); \ echo " $(INSTALL_DATA) libgcj.pc $(DESTDIR)$(pkgconfigdir)/$$file"; \ $(INSTALL_DATA) libgcj.pc $(DESTDIR)$(pkgconfigdir)/$$file ## We use a GNU make trick here so that we don't go over the command diff --git a/libjava/Makefile.in b/libjava/Makefile.in index b93916c..e391d1b 100644 --- a/libjava/Makefile.in +++ b/libjava/Makefile.in @@ -11762,6 +11762,7 @@ install-data-local: $(PRE_INSTALL) @pc_version=`echo $(GCJVERSION) | sed -e 's/[.][^.]*$$//'`; \ file="libgcj-$${pc_version}.pc"; \ + $(mkinstalldirs) $(DESTDIR)$(pkgconfigdir); \ echo " $(INSTALL_DATA) libgcj.pc $(DESTDIR)$(pkgconfigdir)/$$file"; \ $(INSTALL_DATA) libgcj.pc $(DESTDIR)$(pkgconfigdir)/$$file @echo Creating list of headers to install... |