make install deletes previous versions of the library.

This commit is contained in:
Ryan C. Gordon 2001-09-14 22:56:46 +00:00
parent c7aad1afd6
commit beecf24734
1 changed files with 1 additions and 0 deletions

View File

@ -239,6 +239,7 @@ $(TESTEXE) : $(MAINLIB) $(TESTOBJS)
install: all
rm -f $(install_prefix)/lib/$(strip $(BASELIBNAME))$(strip $(LIB_EXT)).$(strip $(VERMAJOR)).$(strip $(VERMINOR)).*
mkdir -p $(install_prefix)/bin
mkdir -p $(install_prefix)/lib
mkdir -p $(install_prefix)/include