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
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
2009-07-24 Jason Merrill <jason@redhat.com>
|
||||||
|
|
||||||
Core issue 901
|
Core issue 901
|
||||||
|
|
|
@ -44,7 +44,7 @@ install-data-local: gdb.py
|
||||||
## .la file, and any previous -gdb.py file. This is inherently
|
## .la file, and any previous -gdb.py file. This is inherently
|
||||||
## fragile, but there does not seem to be a better option, because
|
## fragile, but there does not seem to be a better option, because
|
||||||
## libtool hides the real names from us.
|
## libtool hides the real names from us.
|
||||||
@here=`pwd`; cd $(toolexeclibdir); \
|
@here=`pwd`; cd $(DESTDIR)$(toolexeclibdir); \
|
||||||
for file in libstdc++*; do \
|
for file in libstdc++*; do \
|
||||||
case $$file in \
|
case $$file in \
|
||||||
*-gdb.py) ;; \
|
*-gdb.py) ;; \
|
||||||
|
|
Loading…
Add table
Reference in a new issue