chiark / gitweb /
build system: Do always regenerate version.o
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 15 Nov 2019 22:56:34 +0000 (22:56 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 15 Nov 2019 22:56:34 +0000 (22:56 +0000)
We make two changes which affect only the litle recursive make of
version.o.  We only build version.o in the little sub-make when
relinking and then we want to always do it.  So the setting of OBJECTS
is pointless, and instead we make version.c depend on FORCE.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>

No differences found