]> git.ipfire.org Git - thirdparty/automake.git/commit
coverage: an empty foo_PRIMARY should create directory $(foodir)
authorStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 12 Mar 2012 13:41:04 +0000 (14:41 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 12 Mar 2012 13:41:28 +0000 (14:41 +0100)
commite9927ea32d8fe5056123b021ff771cb906b1b3df
tree95f07017a47e261c09c4b098112de694a5c3eeb7
parent650dba0873f6c894461ce29cb26a1b3104287d24
coverage: an empty foo_PRIMARY should create directory $(foodir)

For example, a Makefile.am containing the definition:

  pkgdata_DATA =

should cause the 'install' rule of the generated Makefile.in to
create the '$(pkgdatadir)' directory (respecting any DESTDIR
setting as well).

Suggestion by Peter Breitenlohner in automake bug#10997.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
tests/instdir-empty.test [new file with mode: 0644]
tests/list-of-tests.mk