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:
parent
e7d72fb99d
commit
1407d6cf64
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue