mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 23:10:58 +00:00
volser: add missing Makefile dependencies
Add some missing dependencies in the volser Makefile to prevent trying to compile while a header file is still being generated. This caused parallel make errors on some slower systems. Change-Id: Ieab26cf03a86e340f442d683512a7326eec7834d Reviewed-on: http://gerrit.openafs.org/3244 Reviewed-by: Simon Wilkinson <sxw@inf.ed.ac.uk> Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Andrew Deason <adeason@sinenomine.net> Reviewed-by: Derrick Brashear <shadow@dementia.org>
This commit is contained in:
parent
2ea841feac
commit
6f1da57603
@ -144,6 +144,9 @@ physio.o: physio.c ${VINCLS}
|
|||||||
common.o: common.c ${VINCLS}
|
common.o: common.c ${VINCLS}
|
||||||
lockprocs.o: lockprocs.c ${VINCLS} ${INTINCLS} ${RINCLS}
|
lockprocs.o: lockprocs.c ${VINCLS} ${INTINCLS} ${RINCLS}
|
||||||
vol_split.o: vol_split.c ${VINCLS} ${INTINCLS} ${RINCLS}
|
vol_split.o: vol_split.c ${VINCLS} ${INTINCLS} ${RINCLS}
|
||||||
|
restorevol.o: restorevol.c ${VINCLS} ${INTINCLS}
|
||||||
|
voltrans.o: voltrans.c ${VINCLS} ${INTINCLS} ${RINCLS}
|
||||||
|
vol-dump.o: vol-dump.c ${VINCLS} ${INTINCLS} ${RINCLS}
|
||||||
|
|
||||||
#
|
#
|
||||||
# Installation targets
|
# Installation targets
|
||||||
|
Loading…
Reference in New Issue
Block a user