Attempting to build netrek-server for ubuntu and make install fails on 
'robotd/Makefile'

Here is the rule:

install:        robot
        -mkdir -p $(DESTDIR)$(LIBDIR)/og
        cp robot $(DESTDIR)$(LIBDIR)/og/robot
	if [ -d ${srcdir}/og -a `ls -a ${srcdir}/og | wc -l ` != 2 ]; then cp 
${srcdir}/og/* $(DESTDIR)$(LIBDIR)/og/; fi

What is all of this stuff dealing with og and 'ls -a .. | wc -l'  stuff?

Seems pretty kludgey.

Is it still needed?

$ find . -name "og*"
./Vanilla/robotd/ogg.c
./Vanilla/robotd/ogg.o

Do not see any director 'og' out there.

Thanks.

-- 
Bob Tanner <basic at us.netrek.org>          
Key fingerprint = F785 DDFC CF94 7CE8 AA87 3A9D 3895 26F1 0DDB E378