Hi-

   I'm trying to install ntop-1.3.2 (third preview).  I run
/configure [options] fine.  When I run 'make', this
happens:

make[1]: Entering directory `/usr/src/ntop-1.3.2'
Making all in .
make[2]: Entering directory `/usr/src/ntop-1.3.2'
make all-recursive
make[3]: Entering directory `/usr/src/ntop-1.3.2'
Making all in .
 
ad infinitum until I run out of processes.  Here's a diff
for Makefile.in that works for me:

495c495
<         (cd $$subdir && $(MAKE) $$target) \
---
>         test "$$subdir"="." || (cd $$subdir && $(MAKE) $$target) \


It appears that 'make clean' has a similar problem inside of
the clean-recursive' rule, but I didnt' track that one down.

-mike



-- 

GnuPG key available at http://devel.duluoz.net/pubkey.asc
Key ID = 1024D/9A256AE5 1999-11-13 Mike Glover <[EMAIL PROTECTED]>
Key fingerprint = EF6E 8BCB 4810 E98C F0FD  4596 367A 32B7 9A25 6AE5


Reply via email to