(automake) How do I force an object file to be rebuilt every time?

Rich Fife <[email protected]> Thu, 30 Oct 2008 13:34:45 -0700 (PDT)
Newsgroups gmane.comp.gnu.utils
Organization http://groups.google.com
Message-ID <8a1c82f0-74a9-4ac2-8c8a-7367496de252@h60g2000hsg.googlegroups.com>
Hi,

I've got a project that includes a version number that needs to be
emitted on demand.  I want to put that version number by itself in a
one line C file that other objects can link to (so the version can
change without having to rebuild any particular file).  How do I get
that one file (version_globals.c) to rebuild every time a build is
called using configure.ac, makefile.am, etc?

Thanks in advance!

   -- Rich --