From: Derrick Brashear Date: Tue, 26 Oct 2010 13:41:47 +0000 (-0400) Subject: explain yacc build product dependency so it is not removed X-Git-Tag: upstream/1.8.0_pre1^2~4603 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=7e37c1a2f75fb0a7e6ced9060c789802fc9ae1e0;p=packages%2Fo%2Fopenafs.git explain yacc build product dependency so it is not removed in order that our .c.o rule applies, force yacc source to not be built directly into an object. Change-Id: I9d0722ae74726feef92b1bc7eb7647ce7f97633b Reviewed-on: http://gerrit.openafs.org/3149 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- diff --git a/src/comerr/Makefile.in b/src/comerr/Makefile.in index c59d3fd6a..4b0c6c180 100644 --- a/src/comerr/Makefile.in +++ b/src/comerr/Makefile.in @@ -86,6 +86,7 @@ test: cd test; $(MAKE) compile_et.o: AFS_component_version_number.c +# specify yacc build product as a dependency so our .c.o rule will apply error_table.o: et_lex.lex.c error_table.c include ../config/Makefile.version