Mike Frysinger wrote:
> looks like some generated files were included

That explains it. Generated files that depend on the platform or compiler
(such as time.h) should never be committed into a VCS or included in a tarball.
Generated files that are included in "make distrib", on the other hand, can
be committed into a VCS if you regenerate and re-commit them often enough.

Bruno


Reply via email to