From 9d40feb5977bcaf897b869b52a9ae39c1a86a096 Mon Sep 17 00:00:00 2001 From: Marc Dionne Date: Tue, 2 Nov 2010 18:14:07 -0400 Subject: [PATCH] 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. Reviewed-on: http://gerrit.openafs.org/3244 Reviewed-by: Simon Wilkinson Tested-by: BuildBot Reviewed-by: Andrew Deason Reviewed-by: Derrick Brashear (cherry picked from commit 6f1da57603cf86109e096001018ba9b0f1dd18b5) Change-Id: Ib2d64abfe4b10af03d0d3d7b6550afa931ccd3a0 Reviewed-on: http://gerrit.openafs.org/10337 Reviewed-by: Derrick Brashear Reviewed-by: Andrew Deason Reviewed-by: Michael Meffie Tested-by: BuildBot Reviewed-by: Stephan Wiesand --- src/volser/Makefile.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/volser/Makefile.in b/src/volser/Makefile.in index 5e5ac6d3d..439305bb6 100644 --- a/src/volser/Makefile.in +++ b/src/volser/Makefile.in @@ -143,6 +143,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 -- 2.39.5