Makefile.am: Ensure gdb.py is installed for libstdc++ not libstdc++fs.
authorJonathan Wakely <jwakely@redhat.com>
Thu, 20 Aug 2015 10:50:02 +0000 (11:50 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Thu, 20 Aug 2015 10:50:02 +0000 (11:50 +0100)
* python/Makefile.am: Ensure gdb.py is installed for libstdc++ not
libstdc++fs.
* python/Makefile.in: Regenerate.

# Auto-generated commit message above this line, original below.
* python/Makefile.am: Ensure gdb.py is installed for libstdc++ not
libstdc++fs.
* python/Makefile.in: Regenerate.

From-SVN: r227030

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

index 91c2ff4a64ab85905332c1adfe5e51c2bc0a3a87..0c278c8665768875364516c23dfb695e2ea43686 100644 (file)
@@ -1,3 +1,9 @@
+2015-08-20  Jonathan Wakely  <jwakely@redhat.com>
+
+       * python/Makefile.am: Ensure gdb.py is installed for libstdc++ not
+       libstdc++fs.
+       * python/Makefile.in: Regenerate.
+
 2015-08-19  Paolo Carlini  <paolo.carlini@oracle.com>
 
        * include/c_global/cmath: Fix typo in comment.
index 5d782249619080b1b056b2d980c5d0d09d608940..ccb942705e4c037207859da4600431f0189b6a65 100644 (file)
@@ -49,7 +49,7 @@ install-data-local: gdb.py
 ## fragile, but there does not seem to be a better option, because
 ## libtool hides the real names from us.
        @here=`pwd`; cd $(DESTDIR)$(toolexeclibdir); \
-         for file in libstdc++*; do \
+         for file in libstdc++.*; do \
            case $$file in \
              *-gdb.py) ;; \
              *.la) ;; \
index 1fe2ecb5bbf9120282531d0f6b9d3025bb89b182..25b2ed487b2588e03a99dba6c766b0e488d297d7 100644 (file)
@@ -547,7 +547,7 @@ gdb.py: hook.in Makefile
 install-data-local: gdb.py
        @$(mkdir_p) $(DESTDIR)$(toolexeclibdir)
        @here=`pwd`; cd $(DESTDIR)$(toolexeclibdir); \
-         for file in libstdc++*; do \
+         for file in libstdc++.*; do \
            case $$file in \
              *-gdb.py) ;; \
              *.la) ;; \