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
This commit is contained in:
Jonathan Wakely 2015-08-20 11:50:02 +01:00 committed by Jonathan Wakely
parent 054b4005fa
commit f3f61ed2ab
3 changed files with 8 additions and 2 deletions

View 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.

View 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) ;; \

View 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) ;; \