Remove version.c and put build date back into git_hash.h.
authorDavid Griffith <dave@661.org>
Sat, 31 Aug 2019 00:45:56 +0000 (17:45 -0700)
committerDavid Griffith <dave@661.org>
Sat, 31 Aug 2019 00:47:49 +0000 (17:47 -0700)
commitd28d1fbc1bff9a1e75c9e89643c8c2787b74acdd
tree1037d8d440e5989aefca9eb783c39c97dd5f3953
parent5e657fa6cf467899c61932617e8ac1f6a5ca4b65
Remove version.c and put build date back into git_hash.h.

I was never quite satisfied with the way I did version.c.  I seem to
recall someone telling me it was improper to put the build date into
git_hash.h.  After a couple months of this, I looked again and realized
that I picked an irritating solution -- Frotz will always be rebuilt
when doing "make install".  The difference between when version.c is
created and when someone is done monkeying with the build process does
not seem to be of much consequence.
Makefile
src/common/Makefile
src/curses/ux_init.c
src/dumb/dumb_init.c
src/sdl/sf_util.c