Delete static libraries before creating a new one. Solves problems with new versions of already installed object files.

This commit is contained in:
Juan Jose Garcia Ripoll 2008-10-27 19:19:24 +01:00
parent 5a2edea3da
commit ae157bf9ab

View file

@ -409,6 +409,7 @@ static cl_object VV[VM];
shared-data-file submodules epilogue-code)
(close c-file)
(compiler-cc c-name o-name)
(when (probe-file output-name) (delete-file output-name))
#-msvc
(progn
(safe-system (format nil "ar cr ~A ~A ~{~A ~}"