mirror of
https://git.openafs.org/openafs.git
synced 2025-01-21 00:10:15 +00:00
util: Actually install thread_pool_types.h
The action portion of the rule for thread_pool_types.h was missing, so the file was never installed. As that file is a dependency for the whole of the util directory, it would result in util being completely rebuild with every make invocation. Add the missing installation rule, so we don't rebuild quite so often! Change-Id: Idb201c239b6b37a25567cf231059ef05536fc258 Reviewed-on: http://gerrit.openafs.org/3921 Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Derrick Brashear <shadow@dementia.org>
This commit is contained in:
parent
f132054e4f
commit
1a474ac287
@ -115,6 +115,7 @@ ${TOP_INCDIR}/afs/thread_pool.h: ${srcdir}/thread_pool.h
|
|||||||
${INSTALL_DATA} $? $@
|
${INSTALL_DATA} $? $@
|
||||||
|
|
||||||
${TOP_INCDIR}/afs/thread_pool_types.h: ${srcdir}/thread_pool_types.h
|
${TOP_INCDIR}/afs/thread_pool_types.h: ${srcdir}/thread_pool_types.h
|
||||||
|
${INSTALL_DATA} $? $@
|
||||||
|
|
||||||
${TOP_INCDIR}/afs/tabular_output.h: ${srcdir}/tabular_output.h
|
${TOP_INCDIR}/afs/tabular_output.h: ${srcdir}/tabular_output.h
|
||||||
${INSTALL_DATA} $? $@
|
${INSTALL_DATA} $? $@
|
||||||
|
Loading…
Reference in New Issue
Block a user