On Mon, Mar 06, 2017 at 07:51:18PM +0100, Alexandre Julliard wrote:
Marcus Meissner marcus@jet.franken.de writes:
I have changed it to emit only one bison call though... for both files.
Does that work?
No, that's not how make works. If there are two targets the command will be run twice.
Hmm, yes.
And touching xxxx.tab.c to ensure better ordering ... hmm :/
Ciao, Marcus