]> git.ipfire.org Git - thirdparty/coreutils.git/commit
build: port to non-GNU make
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 17 Jul 2014 20:08:36 +0000 (13:08 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 17 Jul 2014 20:11:46 +0000 (13:11 -0700)
commit6202fcb99acaeda1fa7349ea7a4e11617608f498
treeff4c29c2f8d7dcffb90d44f7366bb5bc9de5b5d3
parent061882d73b4f11f7b7f7151754e617234edc6f7a
build: port to non-GNU make

This fixes a problem with native Solaris 'make', which does not
grok '-include' lines (a GNU extension to POSIX 'make').
* configure.ac (man/dynamic-deps.mk): Create it, with an old
time stamp, if doing dynamic dependency tracking.
* man/local.mk (DISTCLEANFILES): Put man/dynamic-deps.mk here,
rather than in CLEANFILES.
(man/dynamic-deps.mk): Don't create it read-only, so that we
can easily touch it later.
Include it with '@AMDEP_TRUE@@am__include@', not with '-include',
as '-include' does not work with native Solaris 'make'.
configure.ac
man/local.mk