]> granicus.if.org Git - re2c/commit
Makefile.am: fixed other custom rules to avoid writing into unexistent directory.
authorUlya Trofimovich <skvadrik@gmail.com>
Tue, 1 Aug 2017 10:39:39 +0000 (11:39 +0100)
committerUlya Trofimovich <skvadrik@gmail.com>
Tue, 1 Aug 2017 10:39:39 +0000 (11:39 +0100)
commitaf3a69bf7eeb9fa206cdd1a34e2238a8af66ccb6
treeba571f540fd4acc772b37814a9f5abab6d418df9
parentf4734c4ff74eb19b60f4b75e7500144ab3988e32
Makefile.am: fixed other custom rules to avoid writing into unexistent directory.

The fixed rules do not presently trigger any build errors: target directory
is created by configure as it need to put autogenerated files doc/manpage.rst
and doc/help.rst in it.

However, this behaviour is occasional: if one removes the .in files, build
failure would be unmasked. So it makes sense to ensure that target directory
exists.
re2c/Makefile.am