aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/python/Makefile.in
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2009-07-28 04:45:21 +0000
committerRalf Wildenhues <rwild@gcc.gnu.org>2009-07-28 04:45:21 +0000
commit5268acda320236a9dbc6719ff544065a2c4e54a4 (patch)
tree24476230969343e73be2913165aef47ca0b988cd /libstdc++-v3/python/Makefile.in
parent3845b0a0765476d137e0a87f8ece4d9483be3628 (diff)
downloadgcc-5268acda320236a9dbc6719ff544065a2c4e54a4.zip
gcc-5268acda320236a9dbc6719ff544065a2c4e54a4.tar.gz
gcc-5268acda320236a9dbc6719ff544065a2c4e54a4.tar.bz2
Makefile.in: Regenerate.
libstdc++-v3/ * python/Makefile.in: Regenerate. From-SVN: r150140
Diffstat (limited to 'libstdc++-v3/python/Makefile.in')
-rw-r--r--libstdc++-v3/python/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/python/Makefile.in b/libstdc++-v3/python/Makefile.in
index 88cc7ea..44aa2f0 100644
--- a/libstdc++-v3/python/Makefile.in
+++ b/libstdc++-v3/python/Makefile.in
@@ -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) ;; \