Commit f3f61ed2 by Jonathan Wakely Committed by Jonathan Wakely

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
parent 054b4005
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> 2015-08-19 Paolo Carlini <paolo.carlini@oracle.com>
* include/c_global/cmath: Fix typo in comment. * include/c_global/cmath: Fix typo in comment.
......
...@@ -49,7 +49,7 @@ install-data-local: gdb.py ...@@ -49,7 +49,7 @@ install-data-local: gdb.py
## fragile, but there does not seem to be a better option, because ## fragile, but there does not seem to be a better option, because
## libtool hides the real names from us. ## libtool hides the real names from us.
@here=`pwd`; cd $(DESTDIR)$(toolexeclibdir); \ @here=`pwd`; cd $(DESTDIR)$(toolexeclibdir); \
for file in libstdc++*; do \ for file in libstdc++.*; do \
case $$file in \ case $$file in \
*-gdb.py) ;; \ *-gdb.py) ;; \
*.la) ;; \ *.la) ;; \
......
...@@ -547,7 +547,7 @@ gdb.py: hook.in Makefile ...@@ -547,7 +547,7 @@ gdb.py: hook.in Makefile
install-data-local: gdb.py install-data-local: gdb.py
@$(mkdir_p) $(DESTDIR)$(toolexeclibdir) @$(mkdir_p) $(DESTDIR)$(toolexeclibdir)
@here=`pwd`; cd $(DESTDIR)$(toolexeclibdir); \ @here=`pwd`; cd $(DESTDIR)$(toolexeclibdir); \
for file in libstdc++*; do \ for file in libstdc++.*; do \
case $$file in \ case $$file in \
*-gdb.py) ;; \ *-gdb.py) ;; \
*.la) ;; \ *.la) ;; \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment