Fix build on systems with .y.o rules
authorBen Kaduk <kaduk@mit.edu>
Tue, 26 Oct 2010 02:15:49 +0000 (22:15 -0400)
committerDerrick Brashear <shadow@dementia.org>
Tue, 26 Oct 2010 04:40:12 +0000 (21:40 -0700)
commit5bf95621ae2ffff6e847c12e16f31db534fd7d0b
treed8d356a4e8c564bd6634bb90317b4c0c49ce2437
parentf70d9181d33960856fed4bae23008a450c932f3d
Fix build on systems with .y.o rules

On systems with system .y.o rules (such as FreeBSD), the system
rule for making error_table.o from error_table.y can bypass
AFS_CCRULE and thus fail to pull in the necessary include paths
for compilation.  Present an explicit dependency on error_table.c
to force that file to be generated, and then our .c.o rule gets
used as desired.

Change-Id: I88a6cf15441e0bacd73888b941d6c268786c5d2a
Reviewed-on: http://gerrit.openafs.org/3145
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/comerr/Makefile.in