aboutsummaryrefslogtreecommitdiff
path: root/libjava
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2006-10-11 14:42:39 +0000
committerTom Tromey <tromey@redhat.com>2006-10-11 14:42:39 +0000
commitdf11ac4216a3811f92f78ec1818d7c52d4d56789 (patch)
treeb4784c36ec8d26a9719dcaac808c8e29565a79ad /libjava
parent6a7dc8639d8ede0ea4bb18beb3e8a950f9d2bab7 (diff)
* Makefile.in: Rebuilt.
* Makefile.am (install-data-local): Use mkinstalldirs. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@117634 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava')
-rw-r--r--libjava/ChangeLog5
-rw-r--r--libjava/Makefile.am1
-rw-r--r--libjava/Makefile.in1
3 files changed, 7 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog
index 8f3e35acb07..28a7e351357 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 f7ceccd5917..83b84e42973 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 b93916c11ce..e391d1b81b9 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...