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:
parent
e26f55480f
commit
a348618dae
@ -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
|
||||
|
@ -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) ;; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user