Matthew Clarke wrote:
> Current CVS.  Building outside the source tree.  Configure run is OK.
[snip error]
> The makedep tool expects that all the files given on the command line
> are source files, and, if the '-Cxxx' flag was given, that all those
> source files are to be found in the directory named in '-C'.  This is not
> true for the files ppy.tab.c and lex.ppl.c; they are built in the build
> directory, and are not in the source directory.

These files are built from ppl.l and ppy.y, which are in the same
directory as the other generated files y.tab.c and lex.yy.c, which are
built from parser.y a parser.l respectively.

So, why does it work for the second set, and not for the first? That
would then be a bug in the makedep program?

Greetings Bertho

Reply via email to