[GRASS5] distclean error

I just did a cvs up on the grass57 source. Now when I " make clean" or "make distclean" I get the error:

/bin/sh -c "find . -name 'OBJ*' -exec rm -rf {} \; 2>/dev/null ; true"
rm -rf
rm -f
/bin/sh -c "find . -name 'OBJ*' -exec rm -rf {} \; 2>/dev/null ; true"
rm -rf
rm -f
drivers
dialog
/bin/sh -c "find . -name 'OBJ*' -exec rm -rf {} \; 2>/dev/null ; true"
rm -rf
rm -f
dbf
/bin/sh -c "find . -name 'OBJ*' -exec rm -rf {} \; 2>/dev/null ; true"
rm -rf
rm -f
odbc
/bin/sh -c "find . -name 'OBJ*' -exec rm -rf {} \; 2>/dev/null ; true"
rm -rf
rm -f
postgres
Makefile:11: *** missing separator. Stop.
make[2]: *** [cleansubdirs] Error 1
make[1]: *** [cleansubdirs] Error 1
make: *** [clean] Error 1

Does this look familiar?

------------------------------------------------------------------------
Kirk R. Wythers tel: 612.625.2261
Dept. of Forest Resources fax: 612.625.5212
University of Minnesota email: kwythers@umn.edu
------------------------------------------------------------------------

And another thing. This error also seems to be messing up my 57 builds. See below. I did re-name the directory that I am building it. Is that part of the problem?

Thanks,

Kirk

gcc -I/Users/kirkw/grass5_dev/grass57_exp_cvs/include -I/Users/kirkw/grass5_dev/grass57_exp_cvs/dist.powerpc-apple-darwin7.2.0/include -I/usr/X11R6/include -I/sw/include -g -O2 -Wall -Wconversion -Wno-implicit-int -I/usr/X11R6/include -I/sw/include -I/Users/kirkw/grass5_dev/grass57_exp_cvs/include -I/Users/kirkw/grass5_dev/grass57_exp_cvs/dist.powerpc-apple-darwin7.2.0/include \
         -o OBJ.powerpc-apple-darwin7.2.0/table.o -c table.c
table.c:97: warning: return type defaults to `int'
table.c: In function `db_driver_drop_table':
table.c:115: warning: passing arg 3 of `SQLTables' with different width due to prototype
table.c:115: warning: passing arg 5 of `SQLTables' with different width due to prototype
table.c:115: warning: passing arg 7 of `SQLTables' with different width due to prototype
table.c:115: warning: passing arg 9 of `SQLTables' with different width due to prototype
table.c:137: warning: passing arg 2 of `SQLFetchScroll' with different width due to prototype
table.c:138: warning: passing arg 2 of `SQLGetData' with different width due to prototype
table.c:138: warning: passing arg 3 of `SQLGetData' with different width due to prototype
table.c:140: warning: implicit declaration of function `strcmp'
table.c:160: warning: passing arg 1 of `SQLGetDiagRec' with different width due to prototype
table.c:160: warning: passing arg 3 of `SQLGetDiagRec' with different width due to prototype
table.c:160: warning: passing arg 7 of `SQLGetDiagRec' with different width due to prototype
table.c:161: warning: int format, SQLINTEGER arg (arg 6)
gcc -L/usr/X11R6/lib -L/sw/lib -L/Users/kirkw/grass5_dev/grass57_exp_cvs/dist.powerpc-apple-darwin7.2.0/lib -o /Users/kirkw/grass5_dev/grass57_exp_cvs/dist.powerpc-apple-darwin7.2.0/driver/db/odbc OBJ.powerpc-apple-darwin7.2.0/connect.o OBJ.powerpc-apple-darwin7.2.0/cursor.o OBJ.powerpc-apple-darwin7.2.0/db.o OBJ.powerpc-apple-darwin7.2.0/describe.o OBJ.powerpc-apple-darwin7.2.0/driver.o OBJ.powerpc-apple-darwin7.2.0/error.o OBJ.powerpc-apple-darwin7.2.0/execute.o OBJ.powerpc-apple-darwin7.2.0/fetch.o OBJ.powerpc-apple-darwin7.2.0/listdb.o OBJ.powerpc-apple-darwin7.2.0/listtab.o OBJ.powerpc-apple-darwin7.2.0/main.o OBJ.powerpc-apple-darwin7.2.0/select.o OBJ.powerpc-apple-darwin7.2.0/table.o -lgrass_dbmidriver -lgrass_dbmibase -lgrass_dbstubs -lgrass_gis -lgrass_datetime -lintl -lgrass_datetime -lodbc -lz
ld: warning suggest use of -bind_at_load, as lazy binding may result in errors or different symbols being used
symbol _locale_charset used from dynamic library /sw/lib/libiconv.2.dylib(localcharset.o) not from earlier dynamic library /sw/lib/libintl.1.dylib(localcharset.lo)
postgres
Makefile:11: *** missing separator. Stop.
make[2]: *** [subdirs] Error 1
make[1]: *** [subdirs] Error 1
make: *** [default] Error 1
truffula:~/grass5_dev/grass57_exp_cvs kirkw$
On Dec 23, 2003, at 9:30 AM, Kirk R. Wythers wrote:

I just did a cvs up on the grass57 source. Now when I " make clean" or "make distclean" I get the error:

/bin/sh -c "find . -name 'OBJ*' -exec rm -rf {} \; 2>/dev/null ; true"
rm -rf
rm -f
/bin/sh -c "find . -name 'OBJ*' -exec rm -rf {} \; 2>/dev/null ; true"
rm -rf
rm -f
drivers
dialog
/bin/sh -c "find . -name 'OBJ*' -exec rm -rf {} \; 2>/dev/null ; true"
rm -rf
rm -f
dbf
/bin/sh -c "find . -name 'OBJ*' -exec rm -rf {} \; 2>/dev/null ; true"
rm -rf
rm -f
odbc
/bin/sh -c "find . -name 'OBJ*' -exec rm -rf {} \; 2>/dev/null ; true"
rm -rf
rm -f
postgres
Makefile:11: *** missing separator. Stop.
make[2]: *** [cleansubdirs] Error 1
make[1]: *** [cleansubdirs] Error 1
make: *** [clean] Error 1

Does this look familiar?