Commit a348618d by Ralf Wildenhues Committed by Ralf Wildenhues

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

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

From-SVN: r150135
parent e26f5548
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
......
......@@ -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) ;; \
......
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