]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
scrub: fix Makefile targets which depend on builddefs
authorDarrick J. Wong <darrick.wong@oracle.com>
Fri, 26 Apr 2019 20:41:59 +0000 (15:41 -0500)
committerEric Sandeen <sandeen@redhat.com>
Fri, 26 Apr 2019 20:41:59 +0000 (15:41 -0500)
commit02d21c44768d5a17a835096961952b52f5db888e
tree26e8b05fc0807131be3401d1e4ea1f03ecbb7fd5
parent5dd33a5173949cb67fbb1a4d879adebdca277318
scrub: fix Makefile targets which depend on builddefs

Add Makefile dependencies for targets that require variables set in
builddefs.  Although most of the required variables are file paths
defined during the ./configure process, we cannot simply use
AC_CONFIG_FILES to generate the scripts because that macro only expands
one level deep and its documentation says that it's only to be used for
generating makefiles, not build targets themselves.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Bill O'Donnell <billodo@redhat.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
scrub/Makefile