Makefile.in (install-plugin): Always use DESTDIR.

2009-06-22  Matthias Klose  <doko@ubuntu.com>

        * Makefile.in (install-plugin): Always use DESTDIR.

From-SVN: r148783
This commit is contained in:
Matthias Klose 2009-06-22 09:21:56 +00:00 committed by Matthias Klose
parent e7d72fb99d
commit 1407d6cf64
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2009-06-22 Matthias Klose <doko@ubuntu.com>
* Makefile.in (install-plugin): Always use DESTDIR.
2009-06-22 Olivier Hainque <hainque@adacore.com>
* config/pa/pa.c (output_call): Don't optimize post call jumps

View file

@ -4066,7 +4066,7 @@ install-plugin: installdirs
dest=$(plugin_includedir)/$$base; \
echo $(INSTALL_DATA) $$path $(DESTDIR)/$$dest; \
dir=`dirname $$dest`; \
$(mkinstalldirs) $$dir; \
$(mkinstalldirs) $(DESTDIR)/$$dir; \
$(INSTALL_DATA) $$path $(DESTDIR)/$$dest; \
done