]> git.ipfire.org Git - thirdparty/automake.git/commit
[ng] yacc, lex: avoid extra forks in non-VPATH builds
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 22 Jul 2012 12:44:10 +0000 (14:44 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 22 Jul 2012 13:01:40 +0000 (15:01 +0200)
commitbf04ad799edc3205ec0a73cbef335a2a95f7999b
tree61b07a4f365e5e0300f8cddd6ca3f5c37bba1d39
parentf412ab6995052037f383ace7145f930d4c8609d2
[ng] yacc, lex: avoid extra forks in non-VPATH builds

* lib/am/yacc.am, lib/am/lex.am: Use $(am__ensure_dir_exists) instead
of hand-rolled poor-man equivalent to ensure the directory of the
target exists.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
lib/am/lex.am
lib/am/yacc.am