[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problem with automake
From: |
Ralf Wildenhues |
Subject: |
Re: Problem with automake |
Date: |
Wed, 12 Apr 2006 16:14:52 +0200 |
User-agent: |
Mutt/1.5.11 |
Hi Erming,
Please, next time don't cross post a question to so many lists.
Just one is enough.
* Erming Pei wrote on Wed, Apr 12, 2006 at 03:07:45PM CEST:
> address@hidden gtkmm]$ automake -a -c
> Deep recursion on subroutine "Automake::read_am_file" at
> /usr/bin/automake line 7254, <GEN101> line 1.
> *************Makefile.am*****************
> include $(top_srcdir)/Makefile.am
It looks as if Makefile.am is including itself over and over again.
Deleting the quoted line should fix that.
Cheers,
Ralf