Work around stupid automake dependency-tracking bug
authorDaniel Stone <daniel@fooishbar.org>
Mon, 4 Jun 2012 13:06:01 +0000 (14:06 +0100)
committerDaniel Stone <daniel@fooishbar.org>
Mon, 4 Jun 2012 13:06:01 +0000 (14:06 +0100)
commit734be50050601987da680597f5dafc41c6421fbb
tree068a7851825d110b8a14200c5c246093c6a75527
parente6ca6fc57d9070fb97998df817958b2b98952020
Work around stupid automake dependency-tracking bug

bison/flex-generated objects, when being run in a VPATH build with
--disable-dependency-tracking (i.e. Gentoo), would fail to be created
because automake didn't bother creating the destination directories
before trying to create the objects.

Fix this by depending on the destination directory stamp, which
according to the automake mailing list, should hopefully remain fairly
stable.

Signed-off-by: Daniel Stone <daniel@fooishbar.org>
Makefile.am