Commit 1407d6cf by Matthias Klose Committed by Matthias Klose

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
parent e7d72fb9
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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment