automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: automake ignoring me


From: Stepan Kasal
Subject: Re: automake ignoring me
Date: Fri, 18 Feb 2005 14:38:14 +0100
User-agent: Mutt/1.4.1i

Hi,

On Fri, Feb 18, 2005 at 01:24:38PM +0100, Antonio Coralles wrote:
> Recently I moved some source files to a new directory. I updated my 
> Makefile.am's and everything seems to work fine till I entered make check.
> 
> make[3]: *** No rule to make target `dataStorage/tWriteAndParseMain.cc'

run
        grep -r dataStorage/tWriteAndParseMain.cc .

to see which files contain the string.

It might be in a .deps subdirectory --> then "make distclean" should help.

Or it might be a stale Makefile.in, if you have skewed timestamps --> then
        "automake -f"
should fix it.

HTH,
        Stepan Kasal




reply via email to

[Prev in Thread] Current Thread [Next in Thread]