Subject: Re: Cannot specify output file names in yacc(1)
To: Christos Zoulas <christos@deshaw.com>
From: matthew green <mrg@mame.mu.OZ.AU>
List: tech-userlevel
Date: 09/27/1995 15:52:57
   Unfortunately yacc always writes its output in y.tab.c and optionally
   y.tab.h and y.code.c. This breaks when pmake runs multiple yacc's in
   parallel [e.g. in the gdb directory]. Should we add a flag to specify
   the output filename prefix?

yes.  `-o file' of course.  i'm surprised it isn't there currently.

.mrg.