]> git.ipfire.org Git - thirdparty/coreutils.git/commit
build: don't distribute generated coreutils.h
authorPádraig Brady <P@draigBrady.com>
Fri, 18 Jul 2014 13:21:19 +0000 (14:21 +0100)
committerPádraig Brady <P@draigBrady.com>
Fri, 18 Jul 2014 17:06:07 +0000 (18:06 +0100)
commit09937e9d070619ae696f3f93055e7a4921a51163
tree58326de65cce029a5389a0af8659f6cb415587bc
parentc0a29dd5f64761e0459f29d7357854590d275dee
build: don't distribute generated coreutils.h

This issue was identified by the manifest comparisons
done by `make distcheck`

* src/local.mk (noinst_HEADERS): Remove coreutils.h from this always
distributed list.
(nodist_src_coreutils_SOURCES): Add coreutils.h as its contents
are determined at configure time, so pointless to distribute.
(src_coreutils_SOURCES): Define explicitly so that the corresponding
nodist_ variable is honored.
(DISTCLEANFILES): Add coreutils.h to this rather than CLEANFILES,
as its contents are determined at configure time.
src/local.mk