Hi mentors, I'm working on a package that includes a .tab.c file generated by bison... It seems to me that this file does not need to be generated at build time, but the upstream makefile deletes *.tab.c in the distclean rule (Obviously this rule wasn't run before distributing, however)...
So, what's wrong with this picture? Should I build-depend on bison and generate the file in the build target, or should I modify the makefile to not delete the generated file? Both seem ugly to me. Is there something else I should do? Thanks in advance... -- Brett

