From 5268acda320236a9dbc6719ff544065a2c4e54a4 Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Tue, 28 Jul 2009 04:45:21 +0000 Subject: [PATCH] Makefile.in: Regenerate. libstdc++-v3/ * python/Makefile.in: Regenerate. From-SVN: r150140 --- libstdc++-v3/ChangeLog | 4 ++++ libstdc++-v3/python/Makefile.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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) ;; \