Makefile.am (install-data-local): Use DESTDIR correctly.

libstdc++-v3/
	* python/Makefile.am (install-data-local): Use DESTDIR
	correctly.

From-SVN: r150135
This commit is contained in:
Ralf Wildenhues 2009-07-27 20:21:30 +00:00 committed by Ralf Wildenhues
parent e26f55480f
commit a348618dae
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2009-07-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* python/Makefile.am (install-data-local): Use DESTDIR
correctly.
2009-07-24 Jason Merrill <jason@redhat.com>
Core issue 901

View File

@ -44,7 +44,7 @@ install-data-local: gdb.py
## .la file, and any previous -gdb.py file. This is inherently
## fragile, but there does not seem to be a better option, because
## libtool hides the real names from us.
@here=`pwd`; cd $(toolexeclibdir); \
@here=`pwd`; cd $(DESTDIR)$(toolexeclibdir); \
for file in libstdc++*; do \
case $$file in \
*-gdb.py) ;; \