From: Marc Dionne Date: Tue, 2 Nov 2010 22:14:07 +0000 (-0400) Subject: volser: add missing Makefile dependencies X-Git-Tag: upstream/1.8.0_pre1^2~4558 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=6f1da57603cf86109e096001018ba9b0f1dd18b5;p=packages%2Fo%2Fopenafs.git 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 Tested-by: BuildBot Reviewed-by: Andrew Deason Reviewed-by: Derrick Brashear --- diff --git a/src/volser/Makefile.in b/src/volser/Makefile.in index 50709c74b..603fc2589 100644 --- a/src/volser/Makefile.in +++ b/src/volser/Makefile.in @@ -144,6 +144,9 @@ physio.o: physio.c ${VINCLS} common.o: common.c ${VINCLS} lockprocs.o: lockprocs.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