I'm kinda new as this so keep that in mind. I got the latest code from cvs today. When I do make install I get this error
make[4]: Leaving directory `/c/cvs/pgsql/src/backend/parser'
/bin/sh.exe ../../../config/install-sh -c pg_dump.exe /usr/local/pgsql/bin/pg_dump.exe
/bin/sh.exe ../../../config/install-sh -c pg_restore.exe /usr/local/pgsql/bin/pg_restore.exe
/bin/sh.exe ../../../config/install-sh -c pg_dumpall.exe /usr/local/pgsql/bin/pg_dumpall.exe
make[3]: Leaving directory `/c/cvs/pgsql/src/bin/pg_dump'
make[3]: Entering directory `/c/cvs/pgsql/src/bin/psql'
make -C ../../../src/interfaces/libpq all
make[4]: Entering directory `/c/cvs/pgsql/src/interfaces/libpq'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/c/cvs/pgsql/src/interfaces/libpq'
make -C ../../../src/port all
make[4]: Entering directory `/c/cvs/pgsql/src/port'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/c/cvs/pgsql/src/port'
"" create_help.pl ../../../doc/src/sgml/ref sql_help.h
/bin/sh.exe: ./: is a directory
make[3]: *** [sql_help.h] Error 127
make[3]: Leaving directory `/c/cvs/pgsql/src/bin/psql'
make[2]: *** [install] Error 2
make[2]: Leaving directory `/c/cvs/pgsql/src/bin'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/c/cvs/pgsql/src'
make: *** [install] Error 2