From: Jonathan Wakely Date: Thu, 20 Aug 2015 10:50:02 +0000 (+0100) Subject: Makefile.am: Ensure gdb.py is installed for libstdc++ not libstdc++fs. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f3f61ed2ab717b08a52dbb98c20d920dbf3b48b5;p=gcc.git Makefile.am: Ensure gdb.py is installed for libstdc++ not libstdc++fs. * 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 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 91c2ff4a64a..0c278c86657 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,9 @@ +2015-08-20 Jonathan Wakely + + * python/Makefile.am: Ensure gdb.py is installed for libstdc++ not + libstdc++fs. + * python/Makefile.in: Regenerate. + 2015-08-19 Paolo Carlini * include/c_global/cmath: Fix typo in comment. diff --git a/libstdc++-v3/python/Makefile.am b/libstdc++-v3/python/Makefile.am index 5d782249619..ccb942705e4 100644 --- a/libstdc++-v3/python/Makefile.am +++ b/libstdc++-v3/python/Makefile.am @@ -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) ;; \ diff --git a/libstdc++-v3/python/Makefile.in b/libstdc++-v3/python/Makefile.in index 1fe2ecb5bbf..25b2ed487b2 100644 --- a/libstdc++-v3/python/Makefile.in +++ b/libstdc++-v3/python/Makefile.in @@ -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) ;; \