Hi, BUILT_SOURCES has no effect. gran.proc.tab.c should be built first, but it doesn't happen. eerat isn't even run:
bin_PROGRAMS = appmain
appmain_SOURCES = appmain.c
nodist_appmain_SOURCES = gran.proc.tab.c
BUILT_SOURCES: gran.proc.tab.c
gran.proc.tab.c: gran.spec
eerat $< -o gran
Automake is 1.9.6 on debian/unstable
Inspecting the generated Makefile doesn't seem to do anything
with BUILT_SOURCES.
