diff options
author | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2009-07-28 04:45:21 +0000 |
---|---|---|
committer | Ralf Wildenhues <rwild@gcc.gnu.org> | 2009-07-28 04:45:21 +0000 |
commit | 5268acda320236a9dbc6719ff544065a2c4e54a4 (patch) | |
tree | 24476230969343e73be2913165aef47ca0b988cd /libstdc++-v3/python/Makefile.in | |
parent | 3845b0a0765476d137e0a87f8ece4d9483be3628 (diff) | |
download | gcc-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.in | 2 |
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) ;; \ |