From beecf24734ddab00eba3a39a32f68c0b9b4153df Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Fri, 14 Sep 2001 22:56:46 +0000 Subject: [PATCH] make install deletes previous versions of the library. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 808959f5..458652b0 100644 --- a/Makefile +++ b/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