Index: Makefile ================================================================== --- Makefile +++ Makefile @@ -137,11 +137,14 @@ iup.install : $(IUP_PKG) $(UNZIP_CMD) lzma-kludge : if [ "${UNZIP}" = "bsdtar" ]; then \ - cd /bin && ln -sf msys-lzma-5.dll msys-lzma-1.dll; \ + cd /bin && \ + if [ ! -f msys-lzma-1.dll ]; then \ + ln -s msys-lzma-5.dll msys-lzma-1.dll; \ + fi \ fi srcpkgs.compile : chicken.compile ffcall.compile chicken.compile : $(CHICKEN_DIR) $(CHICKEN_DIR)/chicken.h.orig