When I tried to do a make clean it gave me these:
Makefile:167: .depend: No such file or directory
make: *** [.depend] Error 127
[machtig@kinky src]$ make clean
rm -f o/*.o afkmud afkmud.def afkmud.exp core resolver resolver.o
make all
make[1]: Entering directory `/home/machtig/mud/src'
make -s afkmud
make[2]: Entering directory `/home/machtig/mud/src'
and then this...
comm.c: In function `void init_mud(bool, int, int, int)':
comm.c:575: duplicate case value
comm.c:572: previously used here
comm.c:578: duplicate case value
comm.c:575: previously used here
make[2]: *** [o/comm.o] Error 1
make[2]: Leaving directory `/home/machtig/mud/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/machtig/mud/src'
make: *** [clean] Error 2
How do I go about fixing this? Thanks