bug-gnu-chess
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Minor bug in chess 5.0 makefile.dos


From: Jim Hunt
Subject: Minor bug in chess 5.0 makefile.dos
Date: Sun, 10 Dec 2000 12:39:52 -0800

In the makefile.dos file in the chess 5.0 release in
ftp://ftp.gnu.org/pub/gnu/chess/, there is a small error.  The line:

objects := atak.o book.o cmd.o epd.o eval.o genmove.o hash.o init.o
iterate.o main.o move.o null.o output.o pgn.o quiesce.o random.o
repeat.o search.o solve.o sort.o swap.o test.o ttable.o util.o version.o

is missing an object file, hung.o.  The correct line line is:

objects := atak.o book.o cmd.o epd.o eval.o genmove.o hash.o hung.o
init.o iterate.o main.o move.o null.o output.o pgn.o quiesce.o random.o
repeat.o search.o solve.o sort.o swap.o test.o ttable.o util.o version.o

Please accept my apologies if you are not the correct person to report
this to.

Regards,

Jim Hunt
address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]