Skip to content

Commit

Permalink
make install deletes previous versions of the library.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Sep 14, 2001
1 parent c7aad1a commit beecf24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -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
Expand Down

0 comments on commit beecf24

Please sign in to comment.