Eliminate a few duplicate targets in the tubik Makefile, and
clean up some dependencies that could cause the same source file
to be compiled by different threads simultaneously when building
in parallel. At least on my current gcc this would consistently
result in a gcc internal error.
The duplicate targets generate make warnings.
Change-Id: I807debae67c04b00a88ec798b966628e10c5f316
Reviewed-on: http://gerrit.openafs.org/1506
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
Kubik_int.h: ${srcdir}/ubik_int.xg
${RXGEN} -A -x -k -h -o Kubik_int.h ${srcdir}/ubik_int.xg
-utst_int.ss.o: utst_int.ss.c utst_int.xdr.c
+utst_int.ss.o: utst_int.ss.c
${CCRULE}
-utst_int.cs.o: utst_int.cs.c utst_int.xdr.c
+utst_int.cs.o: utst_int.cs.c
${CCRULE}
-utst_int.xdr.o: utst_int.xdr.c utst_int.h
+utst_int.xdr.o: utst_int.xdr.c
${CCRULE}
utst_int.cs.c: ${srcdir}/utst_int.xg
ubik_int.xdr.o: ubik_int.xdr.c
${CCRULE}
-utst_int.ss.o: utst_int.ss.c
- ${CCRULE}
-
-utst_int.cs.o: utst_int.cs.c
- ${CCRULE}
-
-utst_int.xdr.o: utst_int.xdr.c
- ${CCRULE}
-
#
# Installation targets
#