ProcursusTeam / Procursus

Modern *OS Bootstrap
https://apt.procurs.us
BSD Zero Clause License
860 stars 126 forks source link

Makefile: Delete .la symlinks after building #1405

Closed TheRealKeto closed 1 year ago

TheRealKeto commented 1 year ago

When packages (particularly, libraries) are built, they're copied to BUILD_BASE so that they can be accessed by other packages when building. Seeing as libtool files are not necessary, AFTER_BUILD suffers from the issue addressed in #1404, which has been fixed here.