OSDN Git Service

libstdc++-v3/
authorrwild <rwild@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 28 Jul 2009 04:45:21 +0000 (04:45 +0000)
committerrwild <rwild@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 28 Jul 2009 04:45:21 +0000 (04:45 +0000)
* python/Makefile.in: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@150140 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog
libstdc++-v3/python/Makefile.in

index a4dca10..483b420 100644 (file)
@@ -1,3 +1,7 @@
+2009-07-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * python/Makefile.in: Regenerate.
+
 2009-07-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * python/Makefile.am (install-data-local): Use DESTDIR
index 88cc7ea..44aa2f0 100644 (file)
@@ -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) ;; \