From d714a56bd0106370dba4855f70959595cd2a01be Mon Sep 17 00:00:00 2001 From: Nishi Date: Thu, 19 Sep 2024 11:13:18 +0000 Subject: [PATCH] installer git-svn-id: file:///raid/svn-personal/tewi/trunk@80 8739d7e6-ffea-ec47-b151-bdff447c6205 --- Makefile | 2 +- installer.sh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c3c1ce7..931106a 100644 --- a/Makefile +++ b/Makefile @@ -38,4 +38,4 @@ clean: $(MAKE) -C ./Module $(FLAGS) clean $(MAKE) -C ./Common $(FLAGS) clean $(MAKE) -C ./Manpage $(FLAGS) clean - rm -f ./Server/option install-*ssl.exe + rm -f ./Server/option diff --git a/installer.sh b/installer.sh index 5461ec9..1427a0d 100755 --- a/installer.sh +++ b/installer.sh @@ -8,6 +8,8 @@ fail() { exit 1 } +rm -f install-nossl.exe install-ssl.exe + VERSION=`make get-version` sed "s/undef NO_SSL/define NO_SSL/g" config.h.tmpl > config.h