diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index a4dca102bbd..483b4201636 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2009-07-28 Ralf Wildenhues + + * python/Makefile.in: Regenerate. + 2009-07-27 Ralf Wildenhues * python/Makefile.am (install-data-local): Use DESTDIR diff --git a/libstdc++-v3/python/Makefile.in b/libstdc++-v3/python/Makefile.in index 88cc7ea34c3..44aa2f08de1 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) ;; \