automake
[Top][All Lists]
Advanced

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

automake ignoring me


From: Antonio Coralles
Subject: automake ignoring me
Date: Fri, 18 Feb 2005 13:24:38 +0100
User-agent: Mozilla Thunderbird 1.0 (X11/20041223)

I've a strange problem with automake:
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'

dataStorage is the old location of this file, while WriteAndParse/tWriteAndParseMain.cc is the new one, as specified in the according Makefile.am - which automake seems to completely ignore. The wired thing is, that when I replace WriteAndParse/tWriteAndParseMain.cc with this_dir_does_not_exist/tWriteAndParseMain.cc in my Makefile.am then suddenly automake stops ignoring me and prints

make[3]: *** No rule to make target `this_dir_does_not_exist/tWriteAndParseMain.cc'

Can anybody explain that to me ?

Thanks,
            Antonio




reply via email to

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