make install deletes previous versions of the library.
This commit is contained in:
parent
c7aad1afd6
commit
beecf24734
1
Makefile
1
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue