installer

git-svn-id: file:///raid/svn-personal/tewi/trunk@80 8739d7e6-ffea-ec47-b151-bdff447c6205
This commit is contained in:
Nishi 2024-09-19 11:13:18 +00:00
parent 8358d2fafd
commit d714a56bd0
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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