Makefile.in: Regenerate.
libstdc++-v3/ * python/Makefile.in: Regenerate. From-SVN: r150140
This commit is contained in:
parent
3845b0a076
commit
5268acda32
@ -1,3 +1,7 @@
|
||||
2009-07-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
* python/Makefile.in: Regenerate.
|
||||
|
||||
2009-07-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
* python/Makefile.am (install-data-local): Use DESTDIR
|
||||
|
@ -497,7 +497,7 @@ gdb.py: hook.in Makefile
|
||||
|
||||
install-data-local: gdb.py
|
||||
@$(mkdir_p) $(DESTDIR)$(toolexeclibdir)
|
||||
@here=`pwd`; cd $(toolexeclibdir); \
|
||||
@here=`pwd`; cd $(DESTDIR)$(toolexeclibdir); \
|
||||
for file in libstdc++*; do \
|
||||
case $$file in \
|
||||
*-gdb.py) ;; \
|
||||
|
Loading…
Reference in New Issue
Block a user