Makefile.in: Regenerate.

libstdc++-v3/
	* python/Makefile.in: Regenerate.

From-SVN: r150140
This commit is contained in:
Ralf Wildenhues 2009-07-28 04:45:21 +00:00 committed by Ralf Wildenhues
parent 3845b0a076
commit 5268acda32
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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) ;; \