diff options
author | Nick Clifton <nickc@redhat.com> | 2021-05-11 11:06:53 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2021-05-11 11:06:53 +0100 |
commit | 22604fe675b25b3ffca56e44f2c0ff378e5c6104 (patch) | |
tree | 61019592fe39df7b4dcd9181ecea3d0e10ef2bcb /ld/Makefile.in | |
parent | cfe7a19169f54ce3a007f850b7adccbaec62d00a (diff) | |
download | binutils-gdb-22604fe675b25b3ffca56e44f2c0ff378e5c6104.tar.gz |
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.
Diffstat (limited to 'ld/Makefile.in')
-rw-r--r-- | ld/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in index 211e62000a7..ef2e99e08da 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -2680,6 +2680,7 @@ install-data-local: install-bfdpluginLTLIBRARIES $(INSTALL_DATA) $$f $(DESTDIR)$(scriptdir)/$$f ; \ done rm -f $(DESTDIR)$(bfdplugindir)/libdep.la + rm -f $(DESTDIR)$(bfdplugindir)/libdep.dll.a diststuff: info $(EXTRA_DIST) # Both info (ld.info) and ld.1 depend on configdoc.texi. |