fix build-support for .exe/.com change

db4
Doug Coleman 2009-01-29 14:08:53 -06:00
parent 687b6d211d
commit dbddd6ad0d
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ find_word_size() {
set_factor_binary() {
case $OS in
winnt) FACTOR_BINARY=factor.exe;;
winnt) FACTOR_BINARY=factor.com;;
*) FACTOR_BINARY=factor;;
esac
}