bug#30199: clean version script
Alexei Podtelezhnikov <[email protected]>
| Newsgroups | gmane.comp.gnu.libtool.bugs |
|---|---|
| Message-ID | <CAJU=AjVm5jC_zFixBweHUEva-TxPy_aaqymV2xQnvAKbvLW2LA@mail.gmail.com> |
When I use link mode with -export-symbols, libtool wraps them into a version script and puts a new file into .libs. Then it forgets to clean the created script in clean mode. It should be able to clean after itself and remove the version script.