Fix an instance of a Makefile rule with multiple targets.
This can cause a parallel make to fail when two instances of
compile_et compete to write the same output files.
Spotted by a build failure with a corrupt bc.h header.
Change-Id: I4adee125a82d640bc78f15c77494a22157cf7f5d
Reviewed-on: http://gerrit.openafs.org/3165
Reviewed-by: Simon Wilkinson <sxw@inf.ed.ac.uk>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
backup: $(BACKOBJS) ${LIBS}
$(AFS_LDRULE) $(BACKOBJS) ${LIBS} ${XLIBS}
-bucoord_errs.c bc.h: bucoord_errs.et bc.p.h
+bc.h: bucoord_errs.c
+
+bucoord_errs.c: bucoord_errs.et bc.p.h
$(RM) -f bc.h bucoord_errs.c
${COMPILE_ET} -p ${srcdir} bucoord_errs -h bc