mirror of git://gcc.gnu.org/git/gcc.git
Makefile.in: Rebuilt.
* Makefile.in: Rebuilt. * Makefile.am (install-data-local): Use mkinstalldirs. From-SVN: r117634
This commit is contained in:
parent
ba38541ad2
commit
d233eb7a05
|
|
@ -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>
|
2006-10-10 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
* gnu/classpath/natSystemProperties.cc (insertSystemProperties):
|
* gnu/classpath/natSystemProperties.cc (insertSystemProperties):
|
||||||
|
|
|
||||||
|
|
@ -549,6 +549,7 @@ install-data-local:
|
||||||
## Install the .pc file.
|
## Install the .pc file.
|
||||||
@pc_version=`echo $(GCJVERSION) | sed -e 's/[.][^.]*$$//'`; \
|
@pc_version=`echo $(GCJVERSION) | sed -e 's/[.][^.]*$$//'`; \
|
||||||
file="libgcj-$${pc_version}.pc"; \
|
file="libgcj-$${pc_version}.pc"; \
|
||||||
|
$(mkinstalldirs) $(DESTDIR)$(pkgconfigdir); \
|
||||||
echo " $(INSTALL_DATA) libgcj.pc $(DESTDIR)$(pkgconfigdir)/$$file"; \
|
echo " $(INSTALL_DATA) libgcj.pc $(DESTDIR)$(pkgconfigdir)/$$file"; \
|
||||||
$(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
|
## We use a GNU make trick here so that we don't go over the command
|
||||||
|
|
|
||||||
|
|
@ -11762,6 +11762,7 @@ install-data-local:
|
||||||
$(PRE_INSTALL)
|
$(PRE_INSTALL)
|
||||||
@pc_version=`echo $(GCJVERSION) | sed -e 's/[.][^.]*$$//'`; \
|
@pc_version=`echo $(GCJVERSION) | sed -e 's/[.][^.]*$$//'`; \
|
||||||
file="libgcj-$${pc_version}.pc"; \
|
file="libgcj-$${pc_version}.pc"; \
|
||||||
|
$(mkinstalldirs) $(DESTDIR)$(pkgconfigdir); \
|
||||||
echo " $(INSTALL_DATA) libgcj.pc $(DESTDIR)$(pkgconfigdir)/$$file"; \
|
echo " $(INSTALL_DATA) libgcj.pc $(DESTDIR)$(pkgconfigdir)/$$file"; \
|
||||||
$(INSTALL_DATA) libgcj.pc $(DESTDIR)$(pkgconfigdir)/$$file
|
$(INSTALL_DATA) libgcj.pc $(DESTDIR)$(pkgconfigdir)/$$file
|
||||||
@echo Creating list of headers to install...
|
@echo Creating list of headers to install...
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue