mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-19 22:03:57 +08:00
Prevent libdel.dll.a from being installed on Windows based systems.
PR 27113 * Makefile.am (install-data-local): Also delete libdep.dll.a if it is present. * Makefile.in: Regenerate.
This commit is contained in:
@ -1,3 +1,10 @@
|
|||||||
|
2021-05-11 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
|
PR 27113
|
||||||
|
* Makefile.am (install-data-local): Also delete libdep.dll.a if it
|
||||||
|
is present.
|
||||||
|
* Makefile.in: Regenerate.
|
||||||
|
|
||||||
2021-05-10 Dimitar Dimitrov <dimitar@dinux.eu>
|
2021-05-10 Dimitar Dimitrov <dimitar@dinux.eu>
|
||||||
|
|
||||||
* testsuite/ld-elf/group8a.d: Remove pru from XFAIL list.
|
* testsuite/ld-elf/group8a.d: Remove pru from XFAIL list.
|
||||||
|
@ -1081,6 +1081,7 @@ install-data-local: install-bfdpluginLTLIBRARIES
|
|||||||
$(INSTALL_DATA) $$f $(DESTDIR)$(scriptdir)/$$f ; \
|
$(INSTALL_DATA) $$f $(DESTDIR)$(scriptdir)/$$f ; \
|
||||||
done
|
done
|
||||||
rm -f $(DESTDIR)$(bfdplugindir)/libdep.la
|
rm -f $(DESTDIR)$(bfdplugindir)/libdep.la
|
||||||
|
rm -f $(DESTDIR)$(bfdplugindir)/libdep.dll.a
|
||||||
|
|
||||||
# Stuff that should be included in a distribution. The diststuff
|
# Stuff that should be included in a distribution. The diststuff
|
||||||
# target is run by the taz target in ../Makefile.in.
|
# target is run by the taz target in ../Makefile.in.
|
||||||
|
@ -2680,6 +2680,7 @@ install-data-local: install-bfdpluginLTLIBRARIES
|
|||||||
$(INSTALL_DATA) $$f $(DESTDIR)$(scriptdir)/$$f ; \
|
$(INSTALL_DATA) $$f $(DESTDIR)$(scriptdir)/$$f ; \
|
||||||
done
|
done
|
||||||
rm -f $(DESTDIR)$(bfdplugindir)/libdep.la
|
rm -f $(DESTDIR)$(bfdplugindir)/libdep.la
|
||||||
|
rm -f $(DESTDIR)$(bfdplugindir)/libdep.dll.a
|
||||||
diststuff: info $(EXTRA_DIST)
|
diststuff: info $(EXTRA_DIST)
|
||||||
|
|
||||||
# Both info (ld.info) and ld.1 depend on configdoc.texi.
|
# Both info (ld.info) and ld.1 depend on configdoc.texi.
|
||||||
|
Reference in New Issue
Block a user