aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2015-08-20 11:50:02 +0100
committerJonathan Wakely <redi@gcc.gnu.org>2015-08-20 11:50:02 +0100
commitf3f61ed2ab717b08a52dbb98c20d920dbf3b48b5 (patch)
tree084d85c8a045b8875c95d9ba2a2890d1a2082d8e
parent054b4005fae9b2dee9d53c7daf1cab91fb1675c9 (diff)
downloadgcc-f3f61ed2ab717b08a52dbb98c20d920dbf3b48b5.zip
gcc-f3f61ed2ab717b08a52dbb98c20d920dbf3b48b5.tar.gz
gcc-f3f61ed2ab717b08a52dbb98c20d920dbf3b48b5.tar.bz2
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
-rw-r--r--libstdc++-v3/ChangeLog6
-rw-r--r--libstdc++-v3/python/Makefile.am2
-rw-r--r--libstdc++-v3/python/Makefile.in2
3 files changed, 8 insertions, 2 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 91c2ff4..0c278c8 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -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.
diff --git a/libstdc++-v3/python/Makefile.am b/libstdc++-v3/python/Makefile.am
index 5d78224..ccb9427 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 1fe2ecb..25b2ed4 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) ;; \