Commit 5268acda by Ralf Wildenhues Committed by Ralf Wildenhues

Makefile.in: Regenerate.

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

From-SVN: r150140
parent 3845b0a0
2009-07-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* python/Makefile.in: Regenerate.
2009-07-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> 2009-07-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* python/Makefile.am (install-data-local): Use DESTDIR * python/Makefile.am (install-data-local): Use DESTDIR
......
...@@ -497,7 +497,7 @@ gdb.py: hook.in Makefile ...@@ -497,7 +497,7 @@ gdb.py: hook.in Makefile
install-data-local: gdb.py install-data-local: gdb.py
@$(mkdir_p) $(DESTDIR)$(toolexeclibdir) @$(mkdir_p) $(DESTDIR)$(toolexeclibdir)
@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) ;; \
......
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