K 10
svn:author
V 5
eagle
K 8
svn:date
V 27
2012-12-29T21:12:11.633711Z
K 7
svn:log
V 439
Add additional dependency to de-parallelize innfeed yacc rule

With a highly parallel make, yacc could be invoked on the innfeed
configuration parser twice, once to build the *.c file and once to
build the *.h file, leading to one of the mv commands failing.
Follow the recommendation in the Automake manual and add an 
additional dependency from the *.h file to the *.c file, forcing
the rule to be run once.

Reported by Remco Rijnders.

END
