mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-01 03:19:41 +08:00
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>
|
||||
|
||||
* 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
|
||||
## 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) ;; \
|
||||
|
@ -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) ;; \
|
||||
|
Loading…
Reference in New Issue
Block a user