]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
volser: add missing Makefile dependencies
authorMarc Dionne <marc.c.dionne@gmail.com>
Tue, 2 Nov 2010 22:14:07 +0000 (18:14 -0400)
committerStephan Wiesand <stephan.wiesand@desy.de>
Wed, 30 Oct 2013 16:18:03 +0000 (09:18 -0700)
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 <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>
(cherry picked from commit 6f1da57603cf86109e096001018ba9b0f1dd18b5)

Change-Id: Ib2d64abfe4b10af03d0d3d7b6550afa931ccd3a0
Reviewed-on: http://gerrit.openafs.org/10337
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
src/volser/Makefile.in

index 5e5ac6d3df0231f30eaa40dbcb0f6da595086c10..439305bb6c6eb4ccd949c815b8633146a5d90a82 100644 (file)
@@ -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