mirror of git://gcc.gnu.org/git/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
This commit is contained in:
parent
054b4005fa
commit
f3f61ed2ab
|
|
@ -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>
|
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
|
||||||
## 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
|
||||||
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) ;; \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue